Skip to content
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

[Feature Request] Extreme Space Cadet configuration #1158

Open
AdamNorberg opened this issue Jul 27, 2022 · 0 comments
Open

[Feature Request] Extreme Space Cadet configuration #1158

AdamNorberg opened this issue Jul 27, 2022 · 0 comments

Comments

@AdamNorberg
Copy link

Description

By redefining LSPO_KEYS, RSPC_KEYS, LCPO_KEYS, RCPC_KEYS, LAPO_KEYS, AND RAPC_KEYS in config.h, it's possible to create an Extreme Space Cadet configuration where Shift, Ctrl, Alt, and GUI each emit a different bracket character (as long as GUI gets square brackets -- the only unshifted bracket character -- using MT(MOD_LGUI, KC_LBRC) and MT(MOD_RGUI, KC_RBRC)). However, the Configurator doesn't seem to provide any way to override the key codes generated by the Space Cadet keyboard commands. (It will allow the illegal MT(MOD_LALT, KC_LCBR) and similar to be specified, but these will lose the shift key in practice.)

Some way to specify these in the Configurator would let me use the key configuration I'd like without having to puzzle through the generated code and find where to patch a config.h file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant