doc: Use the modifier name instead of the keysym for the alttab example

This commit is contained in:
Emmanuel Lepage Vallee 2019-01-20 23:05:06 -05:00
parent 0d80b3f0e9
commit 94937595c2
1 changed files with 1 additions and 1 deletions

View File

@ -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,