doc: Use the modifier name instead of the keysym for the alttab example
This commit is contained in:
parent
0d80b3f0e9
commit
94937595c2
|
@ -16,7 +16,7 @@ local awful = {keygrabber = require("awful.keygrabber"), --DOC_HIDE
|
|||
{{"Mod1", "Shift"}, "Tab", awful.client.focus.history.select_next },
|
||||
},
|
||||
-- Note that it is using the key name and not the modifier name.
|
||||
stop_key = "Alt_L",
|
||||
stop_key = "Mod1",
|
||||
stop_event = "release",
|
||||
start_callback = awful.client.focus.history.disable_tracking,
|
||||
stop_callback = awful.client.focus.history.enable_tracking,
|
||||
|
|
Loading…
Reference in New Issue