summaryrefslogtreecommitdiffstats
path: root/docs/feature_space_cadet_shift.md
AgeCommit message (Collapse)AuthorFilesLines
2019-04-30Simple extended space cadet (#5277)XScorpion21-37/+0
* Simplifying and Extending Space Cadet to work on Ctrl and Alt keys * PR Review feedback * Reverting back to keycodes
2019-02-05Improvements to Space Cadet Shift (#3856)Anthony1-6/+10
* Improvement of Space Cadet Shift by preventing to automatically apply a modifier on the key and allow to override the default modifier. Closes qmk/qmk_firmware#3815 * Improve the use of the DISABLE_SPACE_CADET_MODIFIER flag to avoid unregistering KC_LSFT when equals to LSPO_MOD * change #if to if statement
2018-08-01Docs: Format Space Cadet documentation (#3540)fauxpark1-0/+33
* Format Space Cadet documentation * Fix page filenames * Move Caveats section up