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] Add mod key shortcuts and "_T" functions for multiple modifier combinations #9942

Closed
1 of 4 tasks
nopunin10did opened this issue Aug 5, 2020 · 1 comment · Fixed by #9943
Closed
1 of 4 tasks

Comments

@nopunin10did
Copy link
Contributor

Feature Request Type

  • Core functionality
  • Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  • Alteration (enhancement/optimization) of existing feature(s)
  • New behavior

Description

QMK (and by extension, other apps based on QMK like QMK Configurator and Oryx) currently make it a bit inconvenient to add certain modifier combinations without using the ANY() function. Likewise, the following combinations do not exist in the list of current "_T" functions to add differing hold/tap behavior to keys.

  1. LSA(kc) & LSA_T(kc): Left Shift + Left Alt is used by text editors for vertical text selection.
  2. RSA(kc) & RSA_T(kc): Right Shift + Right Alt is used by several locales where Shift + Alt Gr produces specific character outputs.
  3. RCS(kc) & RCS_T(kc): Right Ctrl + Right Shift is used more rarely, but in some locales the right-side control modifier is treated like a Kana key and accesses otherwise unavailable characters. The Canadian Multilingual keyboard layout is probably the best example.
@nopunin10did
Copy link
Contributor Author

I'm currently coding this and should have a PR soon.

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

Successfully merging a pull request may close this issue.

1 participant