Closed potatogim closed 7 years ago
Unfortunately only the mod type (not handedness) gets passed into that function right now - we'd need another bit to do that. This will likely change in the future, though!
If you don't mind me asking, how does the left control not work here? Do you have something binded to right control specifically?
You can set up an older-style mod-tap with FN0
/fn_actions like this in your keymap.c
:
const uint16_t PROGMEM fn_actions[] = {
[0] = ACTION_MODS_TAP_KEY(MOD_RCTL, <kc>);
}
I'm using right-ctrl key as HOST key in remmina :-)
On your advice, I will try to older-style mod-tap like that.
Thanks for your answer!
I'm closing this to clean up our open issues, but if you still have questions @potatogim please reopen this or open a new issue.
Hi, I tried to map CTL_T to RCTL with my ergodox ez.
so I changed quantum/keymap.h like below that.
and then I have tried to change my right hand 'CTL_T' key mapping with 'RCTL_T' on my keymap.c but it still input LCTL.
Does anybody know how can I map right-ctrl with CTL_T?