add mod-taps for switching workspaces and moving windows for tiling and workspaces
This commit is contained in:
parent
ba6cf1f5f3
commit
3b8d1b5bf9
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
KC_MPRV, KC_MPLY, KC_MNXT,
|
||||
KC_7, KC_8, KC_9,
|
||||
KC_4, KC_5, KC_6,
|
||||
KC_1, KC_2, KC_3
|
||||
MT(MOD_LCTL | MOD_LGUI, KC_1), KC_2, MT(MOD_LSFT | MOD_LGUI, KC_3)
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
_______,
|
||||
CK_TOGG, AU_TOGG, _______,
|
||||
CK_TOGG, AU_TOGG, MU_TOGG,
|
||||
_______, _______, _______,
|
||||
_______, _______, _______,
|
||||
_______, _______, _______
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue