-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to Swap Apostrophe and Semicolon #35
Comments
Changing layouts on the host would break Mac and Win clipboard options. The clipboard bindings will be made customisable in custom_config.h, so that could be used to manually pre-swap the alphas there. That would be ok so long as the layout isn't being toggled. |
For localised international layouts on only an external keyboard, a more compatible alternative such as US International, EurKEY, Compose, etc. could be used, without needing to swap characters. KMonad can be used per keyboard on linux and mac (but not windows) for alternative alpha layouts on the builtin keyboard, and the Miryoku KMonad lite mapping will also provide home row mods and the finger part of the Nav layer. Permanently changing the layout on the host would then only be needed if using a builtin keyboard and an external programmable keyboard on the same machine, without per keyboard layouts, and without manually changing layouts when switching between keyboards. |
The swap can be done by substituting custom Base, Num, and Sym layers using #85. |
This is needed in QWERTY for changing layouts on the host, and would also simplify the
lite
mappings on60_ansi
/ Miryoku KMonad.Replace both with macros and add option to swap definitions.
The text was updated successfully, but these errors were encountered: