You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a key from one layer to do whatever is configured in another layer.
When moonlit_winter_nights is set to true, I press and hold my button - this givest me correct character (from another layer), but not auto-repeat. Why?
That's because layer_off() calls clear_keyboard_but_mods(), and thus unregisters the key. As a workaround, instead of switching layers and triggering an action, you could lfit the action out into a function and call it from both places.
I'd like a key from one layer to do whatever is configured in another layer.
When
moonlit_winter_nights
is set totrue
, I press and hold my button - this givest me correct character (from another layer), but not auto-repeat. Why?The text was updated successfully, but these errors were encountered: