diff --git a/lib/awful/key.lua b/lib/awful/key.lua index 864dcf49..67b8c025 100644 --- a/lib/awful/key.lua +++ b/lib/awful/key.lua @@ -299,12 +299,14 @@ local function new_common(mod, _keys, press, release, data) end local keygroups = { + -- Left: the keycode in a format which regular awful.key understands. + -- Right: the argument of the function ran upon executing the key binding. numrow = {}, arrows = { {"Left" , "Left" }, {"Right" , "Right" }, - {"Top" , "Top" }, - {"Bottom", "Bottom"}, + {"Up" , "Up" }, + {"Down", "Down" }, } }