Merge branch 'patch-1' of git://github.com/findkiko/awesome

This commit is contained in:
Uli Schlachter 2015-01-10 12:56:46 +01:00
commit 0f02ed0e15
1 changed files with 4 additions and 4 deletions

View File

@ -55,11 +55,11 @@ end
-- key to up action. This is common to all created menu.
-- @class table
-- @name menu_keys
menu.menu_keys = { up = { "Up" },
down = { "Down" },
back = { "Left" },
menu.menu_keys = { up = { "Up", "k" },
down = { "Down", "j" },
back = { "Left", "h" },
exec = { "Return" },
enter = { "Right" },
enter = { "Right", "l" },
close = { "Escape" } }