diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-11-08 13:28:14 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2023-11-08 13:28:14 +0000 |
| commit | 5ec3f377a574cdc78d0780d500574ecdf7b060ec (patch) | |
| tree | c3bf1f9d434b087b25fa7406507223f725fbef71 /config | |
| parent | 1b41b1dd7d071b7882e7edf7bad6590c6145f017 (diff) | |
Fix "RALT" keymapping
I use this key as a compose key on linux.
Diffstat (limited to 'config')
| -rw-r--r-- | config/cradio.keymap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 14067e9..066388f 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -58,7 +58,7 @@ combo_compose { timeout-ms = <150>; key-positions = <31 32>; - bindings = <&kp LALT>; + bindings = <&kp RALT>; layers = <0 1>; }; |
