Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | Simplify syntax of keys.lua | Pavel Labath | 1 | -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'] | |||||
2011-11-01 | Add a new default keys file and rename config files to foo.lua | Pavel Labath | 1 | -0/+137 | |
hopefully, i have now updated all files that contain config file names. |