You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARM GCC version: arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 8-2019-q3-update) 8.3.1 20190703 (release) [gcc-8-branch revision 273027]
QMK Firmware version: 0.13.2
Any keyboard related software installed?
AutoHotKey
Karabiner
Other:
Additional Context
When Tab is held, it is treated as a Shift + Tab. My editor has a shortcut for Shift + Tab and Shift + Enter, but I had to program in a tap dance for Shift + Enter. Not the end of the world, but I think it's inconsistent.
The text was updated successfully, but these errors were encountered:
I actually came here looking for a way to pull tab out of the autoshift list while keeping the symbol characters present (for example ][=_}{ ). Would it make sense to do split the NO_AUTO_SHIFT_SPECIAL macro up to handle the symbol characters and tab/enter characters seperately?
Describe the Bug
With Autoshift Enabled, holding Enter does not send Shift + Enter.
System Information
avr-gcc (Homebrew AVR GCC 8.4.0_1) 8.4.0
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 8-2019-q3-update) 8.3.1 20190703 (release) [gcc-8-branch revision 273027]
0.13.2
Additional Context
When Tab is held, it is treated as a Shift + Tab. My editor has a shortcut for Shift + Tab and Shift + Enter, but I had to program in a tap dance for Shift + Enter. Not the end of the world, but I think it's inconsistent.
The text was updated successfully, but these errors were encountered: