Miryoku switching Spacebar and Enter around. #189
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
To map extra keys, see the Mapping section at #85. You can also just edit To move keys around within layers, see the Substitute Layer section at #85. If you instead move keys in the mapping the swap will apply to all layers. You could change the mapping per layer as described above, but you'll have to do it for each layout, whereas with a substituted layer it will apply to all layouts. The only built-in option for right Space is to use the flip layers option. See https://github.com/manna-harbour/miryoku/tree/master/docs/reference#flip. If you want right Space without flip, you probably don't want to swap Enter and Space directly as you'll want Space on a home thumb. Instead you could rotate Enter, Space, and Backspace so that Enter is on left home thumb, Backspace is on right secondary thumb, and Space is on right home thumb. You may also want to make the same change on Nav for consistency, or swap Backspace and Enter on Nav for Backspace consistency while still including Enter for editing. Also consider Space on both home thumbs, Backspace on right secondary thumb on Base and Nav, and Enter on right home on Nav only, while you transition to left Space, then later switch to default. Adapting to Space on the other side can take a lot of effort, but swapping Enter and Backspace later should be much easier. |
Beta Was this translation helpful? Give feedback.
To map extra keys, see the Mapping section at #85. You can also just edit
config.h
as you've done, but usingcustom_config.h
keeps your changes separate.To move keys around within layers, see the Substitute Layer section at #85. If you instead move keys in the mapping the swap will apply to all layers. You could change the mapping per layer as described above, but you'll have to do it for each layout, whereas with a substituted layer it will apply to all layouts.
The only built-in option for right Space is to use the flip layers option. See https://github.com/manna-harbour/miryoku/tree/master/docs/reference#flip. If you want right Space without flip, you probably don't want to swap Enter…