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

Issue 9942: Add LSA, RSA, RCS, LSA_T, RSA_T, and RCS_T #9943

Merged
merged 7 commits into from
Aug 17, 2020

Conversation

nopunin10did
Copy link
Contributor

@nopunin10did nopunin10did commented Aug 5, 2020

Add codes to quantum_keycodes for LSA, RSA, RCS, and their corresponding _T macros

Description

Per feature request 9942, added macro defines for common modifier combos.

  1. LSA(kc) & LSA_T(kc) - Left Shift + Left Alt
  2. RSA(kc) & RSA_T(kc) - Right Shift + Right Alt (Alt Gr)
  3. RCS(kc) & RCS_T(kc) - Right Ctrl + Right Shift

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

Add codes to quantum_keycodes for LSA, RSA, RCS, and their corresponding _T macros
Add documentation for new defines in feature request 9942. Also define SAGR and SAGR_T as aliases for RSA and RSA_T.
docs/keycodes.md Outdated Show resolved Hide resolved
docs/keycodes.md Outdated Show resolved Hide resolved
@nopunin10did nopunin10did changed the title Issue 9942: Add Quantum defines Issue 9942: Add defines for LSA, RSA, RCS, LSA_T, RSA_T, and RCS_T with two aliases Aug 5, 2020
@nopunin10did nopunin10did changed the title Issue 9942: Add defines for LSA, RSA, RCS, LSA_T, RSA_T, and RCS_T with two aliases Issue 9942: Add LSA, RSA, RCS, LSA_T, RSA_T, and RCS_T Aug 5, 2020
@nopunin10did nopunin10did marked this pull request as ready for review August 5, 2020 17:47
quantum/quantum_keycodes.h Outdated Show resolved Hide resolved
docs/keycodes.md Outdated Show resolved Hide resolved
docs/keycodes.md Outdated Show resolved Hide resolved
docs/keycodes.md Outdated Show resolved Hide resolved
docs/keycodes.md Outdated Show resolved Hide resolved
nopunin10did and others added 5 commits August 12, 2020 11:35
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
@noroadsleft noroadsleft merged commit b4ae7ba into qmk:master Aug 17, 2020
@noroadsleft
Copy link
Member

Thanks!

nicocesar pushed a commit to nicocesar/qmk_firmware that referenced this pull request Sep 6, 2020
* Issue 9942: Add Quantum defines

Add codes to quantum_keycodes for LSA, RSA, RCS, and their corresponding _T macros

* 9942: Add documentation for new defines

Add documentation for new defines in feature request 9942. Also define SAGR and SAGR_T as aliases for RSA and RSA_T.

* Update quantum/quantum_keycodes.h

* Update docs/keycodes.md

* Update docs/keycodes.md

* Update docs/keycodes.md

* Update docs/keycodes.md
@nopunin10did nopunin10did mentioned this pull request Sep 28, 2020
14 tasks
drashna pushed a commit to zsa/qmk_firmware that referenced this pull request Sep 30, 2020
* Issue 9942: Add Quantum defines

Add codes to quantum_keycodes for LSA, RSA, RCS, and their corresponding _T macros

* 9942: Add documentation for new defines

Add documentation for new defines in feature request 9942. Also define SAGR and SAGR_T as aliases for RSA and RSA_T.

* Update quantum/quantum_keycodes.h

* Update docs/keycodes.md

* Update docs/keycodes.md

* Update docs/keycodes.md

* Update docs/keycodes.md
@nopunin10did nopunin10did deleted the add-mod-combo-shortcuts-9942 branch November 10, 2022 14:44
BorisTestov pushed a commit to BorisTestov/qmk_firmware that referenced this pull request May 23, 2024
* Issue 9942: Add Quantum defines

Add codes to quantum_keycodes for LSA, RSA, RCS, and their corresponding _T macros

* 9942: Add documentation for new defines

Add documentation for new defines in feature request 9942. Also define SAGR and SAGR_T as aliases for RSA and RSA_T.

* Update quantum/quantum_keycodes.h

* Update docs/keycodes.md

* Update docs/keycodes.md

* Update docs/keycodes.md

* Update docs/keycodes.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Add mod key shortcuts and "_T" functions for multiple modifier combinations
4 participants