move alt-f4 on nav side

This commit is contained in:
kemonine 2022-02-25 11:36:25 -05:00
parent 64f98aed7f
commit 170ee49d9e
3 changed files with 5 additions and 5 deletions

View File

@ -109,7 +109,7 @@
"y": -0.8999999999999999,
"x": 3
},
""
"Alt + F4"
],
[
{
@ -140,7 +140,7 @@
"x": 4.75,
"c": "#cccccc"
},
"Alt + F4"
"Esc"
],
[
{
@ -162,6 +162,6 @@
"y": -2.3499999999999996,
"x": -6.75
},
"Esc"
""
]
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -17,8 +17,8 @@
#define BIG_LEADING_NONES KC_NO,
#define BIG_BETWEEN_ROW_ONE_TWO_NONES LGUI(KC_E), KC_HOME, KC_UP, KC_END, KC_PGUP, KC_BSPC, KC_NO,
#define BIG_BETWEEN_ROW_TWO_THREE_NONES KC_NO, KC_LEFT, KC_DOWN, KC_RIGHT, KC_PGDN, KC_ENT, KC_NO,
#define BIG_BETWEEN_ROW_THREE_THUMBS_NONES KC_NO, KC_ESC, KC_NO, KC_NO, KC_ENT, KC_NO,
#define BIG_TRAILING_NONES , KC_SPACE, KC_ESC, LALT(KC_F4)
#define BIG_BETWEEN_ROW_THREE_THUMBS_NONES LALT(KC_F4), KC_ESC, KC_NO, KC_NO, KC_ENT, KC_NO,
#define BIG_TRAILING_NONES , KC_SPACE, KC_NO, KC_ESC
#endif
#ifdef ARTSEY_HAND_RIGHT