ruther refine artsey right hand nav layer 'stuff'

This commit is contained in:
kemonine 2022-02-25 12:22:57 -05:00
parent 170ee49d9e
commit 84562586f2
4 changed files with 16 additions and 9 deletions

View File

@ -89,18 +89,20 @@
{
"y": -0.2999999999999998,
"x": 5,
"c": "#cccccc"
"c": "#cccccc",
"t": "#ff0000"
},
""
"Esc\n\n\n\nF4"
],
[
{
"y": -0.8999999999999999,
"x": 4
},
"Esc",
"Space\n\n\n\nAlt",
{
"x": 1
"x": 1,
"t": "#000000"
},
""
],
@ -109,7 +111,7 @@
"y": -0.8999999999999999,
"x": 3
},
"Alt + F4"
""
],
[
{
@ -140,7 +142,7 @@
"x": 4.75,
"c": "#cccccc"
},
"Esc"
""
],
[
{
@ -162,6 +164,6 @@
"y": -2.3499999999999996,
"x": -6.75
},
""
"Esc"
]
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 32 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 LALT(KC_F4), KC_ESC, KC_NO, KC_NO, KC_ENT, KC_NO,
#define BIG_TRAILING_NONES , KC_SPACE, KC_NO, KC_ESC
#define BIG_BETWEEN_ROW_THREE_THUMBS_NONES KC_NO, KC_SPACE, KC_ESC, KC_NO, KC_ENT, KC_NO,
#define BIG_TRAILING_NONES , KC_SPACE, KC_ESC, KC_NO
#endif
#ifdef ARTSEY_HAND_RIGHT

View File

@ -0,0 +1,5 @@
// Copyright (c) 2021 Mike "KemoNine" Crosson
// SPDX-License-Identifier: Apache-2.0
// NAME RESULT TRIGGER
COMB(combo_kmn_base_altf4, LALT(KC_F4), KC_SPACE, KC_ESC)