Closed julien-h2 closed 7 years ago
Hello,
I remapped K+N to STICKY_SHIFT, but this loose the shift behavior while holding K+N. To solve this problem, Is there a way to combine KeyOverlaidModifier with SimultaneousKeyPress ?
Many thanks
<autogen> __SimultaneousKeyPresses__ KeyCode::K, KeyCode::L, KeyCode::VK_STICKY_ACTIVE_MODIFIERS_FORCE_ON, KeyCode::VK_STICKY_SHIFT_R, </autogen>
Found the solution
<autogen> __SimultaneousKeyPresses__ KeyCode::K, KeyCode::L, KeyCode::SHIFT_R, SimultaneousKeyPresses::Option::RAW </autogen>
Hello,
I remapped K+N to STICKY_SHIFT, but this loose the shift behavior while holding K+N. To solve this problem, Is there a way to combine KeyOverlaidModifier with SimultaneousKeyPress ?
Many thanks