Merge branch 'patch-1' of git://github.com/findkiko/awesome
This commit is contained in:
commit
0f02ed0e15
|
@ -55,11 +55,11 @@ end
|
||||||
-- key to up action. This is common to all created menu.
|
-- key to up action. This is common to all created menu.
|
||||||
-- @class table
|
-- @class table
|
||||||
-- @name menu_keys
|
-- @name menu_keys
|
||||||
menu.menu_keys = { up = { "Up" },
|
menu.menu_keys = { up = { "Up", "k" },
|
||||||
down = { "Down" },
|
down = { "Down", "j" },
|
||||||
back = { "Left" },
|
back = { "Left", "h" },
|
||||||
exec = { "Return" },
|
exec = { "Return" },
|
||||||
enter = { "Right" },
|
enter = { "Right", "l" },
|
||||||
close = { "Escape" } }
|
close = { "Escape" } }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue