diff options
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,11 +43,11 @@ Current keybinds (these can all be edited): To add new keybinds create a new entry in the keybind array: #+begin_src cpp -{key, modifiers, command, {commandArgs}}, +{modifiers, key, command, {commandArgs}}, #+end_src e.g. #+begin_src cpp -{XK_l, MOD|SHIFT, wMove, {.dir = Right}}, +{MOD|SHIFT, XK_l, wMove, {.dir = Right}}, #+end_src Commands are executed going down the list and multiple commands with the same keybind and modifiers will all be executed |
