fix description bug
This commit is contained in:
parent
ce76458454
commit
4b43462cb8
@ -346,7 +346,7 @@ globalkeys = gears.table.join(
|
||||
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
|
||||
{description="show help", group="awesome"}),
|
||||
awful.key({ modkey, }, "e", revelation,
|
||||
{descriotion="revelation shortcut",group="awesome"}),
|
||||
{description="revelation shortcut",group="awesome"}),
|
||||
awful.key({ modkey, }, "Left", awful.tag.viewprev,
|
||||
{description = "view previous", group = "tag"}),
|
||||
awful.key({ modkey, }, "Right", awful.tag.viewnext,
|
||||
|
Loading…
Reference in New Issue
Block a user