summaryrefslogtreecommitdiffstats
path: root/users/zigotica
diff options
context:
space:
mode:
authorSergi Meseguer <zigotica@gmail.com>2021-12-21 18:20:05 +0100
committerGitHub <noreply@github.com>2021-12-21 09:20:05 -0800
commitbcca5ec5fa13d42fe672da05af1bd0e2f209c319 (patch)
tree5a0c91338a6158aa463ca978e3b4aa0ae63eabb1 /users/zigotica
parentd4ae858e0aea3ee3e99badaaf489425b6b00d39e (diff)
zigotica userspace rows tweak: TAB in default STENAI layer, ESC in sym/fn layers (#15525)
Diffstat (limited to 'users/zigotica')
-rw-r--r--users/zigotica/rows.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/users/zigotica/rows.h b/users/zigotica/rows.h
index e73d72bbe2..ef9487ace8 100644
--- a/users/zigotica/rows.h
+++ b/users/zigotica/rows.h
@@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* | | | | | TD ]} | | TD ; | | | | TD : |
* `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
* | | | | | |
- * | ESC | SPC | | E | INTRO |
+ * | TAB | SPC | | E | INTRO |
* | num | nav | | sym | fn |
* `---------------' `---------------'
*
@@ -43,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define _STENAI_L1 KC_GRV, KC_W, KC_D, KC_P, KC_F
#define _STENAI_L2 LALT_T(KC_H), LCTL_T(KC_R), LSFT_T(KC_S), LGUI_T(KC_T), KC_G
#define _STENAI_L3 KC_B, KC_X, KC_C, KC_V, ZK_BRC
-#define _STENAI_LT LT(_NUM, KC_ESC), LT(_NAV, KC_SPC)
+#define _STENAI_LT LT(_NUM, KC_TAB), LT(_NAV, KC_SPC)
#define _STENAI_R1 KC_K, KC_Y, KC_U, KC_Q, KC_QUOT
#define _STENAI_R2 KC_M, RGUI_T(KC_N), RSFT_T(KC_A), RCTL_T(KC_I), RALT_T(KC_O)
@@ -147,14 +147,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* | | | | | | | | | | | |
* `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
* | | | |:::::::| |
-* | | TAB | |:::::::| |
+* | | ESC | |:::::::| |
* | | | |:::::::| |
* `---------------' `---------------'
*/
#define ____SYM_L1 KC_PERC, KC_AMPR, KC_QUES, KC_PIPE, KC_EXLM
#define ____SYM_L2 KC_HASH, KC_AT, KC_COLN, KC_SCLN, KC_DLR
#define ____SYM_L3 ZK_PRN, KC_TILD, KC_SLSH, KC_BSLS, KC_CIRC
-#define ____SYM_LT _______, KC_TAB
+#define ____SYM_LT _______, KC_ESC
#define ____SYM_R1 _BLANK_ROW
#define ____SYM_R2 _BLANK_ROW
@@ -178,14 +178,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* | | | | | | | | | | | |
* `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------.
* | | | | |:::::::|
-* | | TAB | | |:::::::|
+* | | ESC | | |:::::::|
* | | | | |:::::::|
* `---------------' `---------------'
*/
#define ____FN_L1 _BLANK_ROW
#define ____FN_L2 _BLANK_ROW
#define ____FN_L3 _BLANK_ROW
-#define ____FN_LT _______, KC_TAB
+#define ____FN_LT _______, KC_ESC
#define ____FN_R1 _______, KC_F7, KC_F8, KC_F9, KC_F10
#define ____FN_R2 _______, KC_F1, KC_F2, KC_F3, KC_F11