Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.

This commit is contained in:
fauxpark 2018-03-15 13:23:33 +11:00 committed by Jack Humbert
parent 729e99961c
commit a2e12faa19
5 changed files with 250 additions and 233 deletions

View file

@ -167,6 +167,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Transparent */
#define KC_TRANSPARENT 1
#define KC_TRNS KC_TRANSPARENT
/* GUI key aliases */
#define KC_LCMD KC_LGUI
#define KC_LWIN KC_LGUI
#define KC_RCMD KC_RGUI
#define KC_RWIN KC_RGUI