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
This code above enforces layers with modifiers do not allow keymaps to have modifiers but does not handle the case when both need to have optional any modifiers
This code produces valid configuration for example and is required to allow common shortcuts like command + left_arrow etc for the remapped keys
Hi @DrakeEvans , thanks for trying the project out. It is a cool idea to pass optionalAny on the layer to manipulators. I've made it the default behaviour, so you do not need to manually add withModifier('??'):
karabiner.ts/src/config/layer.ts
Line 154 in 40f160e
This code above enforces layers with modifiers do not allow keymaps to have modifiers but does not handle the case when both need to have optional any modifiers
This code produces valid configuration for example and is required to allow common shortcuts like command + left_arrow etc for the remapped keys
The text was updated successfully, but these errors were encountered: