tests/examples: Fix minor typo in vimode.lua (#2755)
This commit is contained in:
parent
c9a6f6f994
commit
7c54e1cbf2
|
@ -43,7 +43,7 @@ local awful = { keygrabber = require("awful.keygrabber") } --DOC_HIDE
|
|||
awful.keygrabber {
|
||||
stop_callback = parse,
|
||||
stop_key = gears.table.keys(map.verbs),
|
||||
root_keybingins = {
|
||||
root_keybindings = {
|
||||
{{"Mod4"}, "v"}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue