Closed flimofly closed 2 years ago
I run into trouble trying to implement a basic one-on-one AHK remap of the with_other key.
with_other
I have this in my config file:
remap_key=CAPSLOCK when_alone=ESCAPE with_other=LEFT_CTRL
with this in AHK:
LCtrl::RAlt
Expected behavior: I am trying to use my CapsLock key as Esc/Ctrl, and my left Ctrl key as right Alt on a US-style keyboard, which does not have AltGr but does have a right Alt key and a right Ctrl key.
Actual behavior:
I tried this and seems to me to work as expected:
If you don't want the two apps to conflict you could do the following:
I run into trouble trying to implement a basic one-on-one AHK remap of the
with_other
key.I have this in my config file:
with this in AHK:
Expected behavior: I am trying to use my CapsLock key as Esc/Ctrl, and my left Ctrl key as right Alt on a US-style keyboard, which does not have AltGr but does have a right Alt key and a right Ctrl key.
Actual behavior: