From 1a737bce584209a9bec383bb38fb076718e763f7 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 13 Sep 2022 10:21:40 +1200 Subject: Changed order of things in config file --- readme.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.org') diff --git a/readme.org b/readme.org index e6d33c4..1a9018d 100644 --- a/readme.org +++ b/readme.org @@ -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 -- cgit v1.2.3