qmk_firmware/keyboards/clueboard/keymaps
tengg 9e0ca927f9 fixed a bug related to mod + Grave with combined ESC/Grave key
This only applies to keymaps that has combined esc/grave. Here we call it theKEY.
Think about the motion when we do shift + theKEY (typing ~), or CMD + theKEY (switching window on MAC). Based on the original code, we must do following sequence:  press shift -> press theKEY -> release theKEY -> release shift. However, it is very possible and natural that we do this stroke sequence instead: press shift -> press theKEY -> release shift -> release theKEY.

If we do the 2nd stroke sequence, the code will del_key(ESC) instead of (GRV) when we release theKEY. This caused some inconvenient issues and ghost typing.

By adding a flag, this issue is eliminated and will not affect any other functions.
2017-03-22 00:03:30 -04:00
..
caps_fn Rework the clueboard keymaps a bit. 2017-02-16 13:40:45 -08:00
colemak Colemak layout for Clueboard 2017-03-09 02:50:23 -08:00
default Rework the clueboard keymaps a bit. 2017-02-16 13:40:45 -08:00
mac_optimized fixed a bug related to mod + Grave with combined ESC/Grave key 2017-03-22 00:03:30 -04:00
maximised Rework the clueboard keymaps a bit. 2017-02-16 13:40:45 -08:00
mouse_keys Add the mouse_keys layout 2017-02-16 14:04:04 -08:00
shift_fn Rework the clueboard keymaps a bit. 2017-02-16 13:40:45 -08:00
skully Rework the clueboard keymaps a bit. 2017-02-16 13:40:45 -08:00
unix_optimized Rework the clueboard keymaps a bit. 2017-02-16 13:40:45 -08:00
win_optimized Rework the clueboard keymaps a bit. 2017-02-16 13:40:45 -08:00