aboutsummaryrefslogtreecommitdiff
path: root/data/keys.lua
AgeCommit message (Collapse)AuthorFilesLines
2012-04-07Simplify syntax of keys.luaPavel Labath1-86/+86
keybindings are now added like this some_keymode['Ctrl F1'] = 'RootMenu' This should be more intuitive and it allows things like this foo['Ctrl F1'] = bar['Mod1 F2']
2012-04-07Add a new default keys file and rename config files to foo.luaPavel Labath1-0/+137
hopefully, i have now updated all files that contain config file names.