Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Smallish overhaul of Auto-Shift feature (#6067) | Drashna Jaelre | 2019-11-03 | 1 | -87/+27 |
| | | | | | | | | | | | | | * Fix edge case when using One Shot Layer with Auto Shift, and it not triggering the cleanup * Remove junk code (no longer used) * Replace `(un)register_code` calls with `tap_code` where appropriate * Fixed up Switch check to be more readable (less verbose) * Simplified modifier check (if it comes back non-zero, there are mods) * Add additional function calls for autoshift settings * Made all variables static, since there are function calls to get their status * Fixed up documentation * Re-add special characters that were missed * formatting pass | ||||
* | clang-format changes | skullY | 2019-08-30 | 1 | -153/+143 |
| | |||||
* | Add non-US Hash and Backslash to AutoShift handling | Drashna Jaelre | 2018-10-06 | 1 | -0/+2 |
| | |||||
* | add grave to auto-shift. | Jason Stillwell | 2018-03-26 | 1 | -0/+1 |
| | |||||
* | Rule to enable Modifiers with Auto-Shift (#2542) | Jason Stillwell | 2018-03-16 | 1 | -0/+4 |
| | | | | | | | | | | | | * Re-enable modifiers with auto-shift * Auto-shift modifiers rule * missed a line * Documentation * fixing whitespace | ||||
* | Add on/off/toggle keycodes for Auto Shift | Drashna Jael're | 2017-12-20 | 1 | -10/+33 |
| | |||||
* | Add toggle option to AutoShift | U-LANDSRAAD\drashna | 2017-12-20 | 1 | -0/+13 |
| | |||||
* | KC_TILD should not have been listed as an auto shift key | Jeremy Cowgar | 2017-09-18 | 1 | -1/+0 |
| | |||||
* | Added Auto Shift, tap key = normal, hold key = shifted state. | Jeremy Cowgar | 2017-09-18 | 1 | -0/+168 |