forked from mirrors/qmk_userspace
Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.
This commit is contained in:
parent
729e99961c
commit
a2e12faa19
5 changed files with 250 additions and 233 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue