diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-01-28 09:04:47 +0100 |
---|---|---|
committer | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-03-02 15:15:51 +0100 |
commit | 6f386ca6ae82be9212700dbfeb73517d077bef5a (patch) | |
tree | a8b14097f72224c92a83c94dd835c1e9a7887007 /users/konstantin/tap_dance.h | |
parent | 6e48ea082dc27ac25bd0422e974cefe7a00788f6 (diff) |
Change how desktop commands work
Diffstat (limited to 'users/konstantin/tap_dance.h')
-rw-r--r-- | users/konstantin/tap_dance.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/users/konstantin/tap_dance.h b/users/konstantin/tap_dance.h index 922a635141..1757e9b113 100644 --- a/users/konstantin/tap_dance.h +++ b/users/konstantin/tap_dance.h @@ -2,9 +2,7 @@ #include "quantum.h" -#define DESKTOP TD(TD_DESKTOP) -#define DSKTP_L LCTL(LGUI(KC_LEFT)) -#define DSKTP_R LCTL(LGUI(KC_RGHT)) +#define DST_A_R TD(TD_DST_A_R) #define RAL_LAL TD(TD_RAL_LAL) #define RAL_RGU TD(TD_RAL_RGU) @@ -14,7 +12,7 @@ #define LSFT_FN TD(TD_LSFT_FN) enum tap_dance { - TD_DESKTOP, + TD_DST_A_R, TD_RAL_LAL, TD_RAL_RGU, |