diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-10-01 13:56:45 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2023-10-01 13:56:45 +0000 |
| commit | c05548c5027c0ff6624c3fa715dc2e0210089517 (patch) | |
| tree | 664f616d29581547e789222f595e62dcbe9f38c5 /config | |
| parent | eeaf368366422d346f24452c20c91f1b99d57338 (diff) | |
Change RALT to LALT
I have bound RALT to compose/multi-key, so the old mapping conflicted.
Diffstat (limited to 'config')
| -rw-r--r-- | config/cradio.keymap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 74a721e..7755736 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -13,8 +13,8 @@ // Home row mods macro -#define HRML(k1,k2,k3,k4) &ht LSHFT k1 &ht LALT k2 &ht LCTRL k3 &ht LGUI k4 -#define HRMR(k1,k2,k3,k4) &ht RGUI k1 &ht RCTRL k2 &ht RALT k3 &ht RSHFT k4 +#define HRML(k1,k2,k3,k4) &ht LSHFT k1 &ht LALT k2 &ht LCTRL k3 &ht LGUI k4 +#define HRMR(k1,k2,k3,k4) &ht RGUI k1 &ht RCTRL k2 &ht LALT k3 &ht RSHFT k4 / { behaviors { |
