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.c | |
parent | 6e48ea082dc27ac25bd0422e974cefe7a00788f6 (diff) | |
download | qmk_firmware-6f386ca6ae82be9212700dbfeb73517d077bef5a.tar.gz |
Change how desktop commands work
Diffstat (limited to 'users/konstantin/tap_dance.c')
-rw-r--r-- | users/konstantin/tap_dance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/tap_dance.c b/users/konstantin/tap_dance.c index b13f33c02..e3f172946 100644 --- a/users/konstantin/tap_dance.c +++ b/users/konstantin/tap_dance.c @@ -82,7 +82,7 @@ void td_lsft_fn_reset(qk_tap_dance_state_t *state, void *user_data) { } qk_tap_dance_action_t tap_dance_actions[] = { - [TD_DESKTOP] = ACTION_TAP_DANCE_DOUBLE(LCTL(LGUI(KC_D)), LCTL(LGUI(KC_F4))), // Add/close virtual desktop + [TD_DST_A_R] = ACTION_TAP_DANCE_DOUBLE(DST_ADD, DST_RMV), [TD_RAL_LAL] = ACTION_TAP_DANCE_DOUBLE_MODS(KC_RALT, KC_LALT), [TD_RAL_RGU] = ACTION_TAP_DANCE_DOUBLE_MODS(KC_RALT, KC_RGUI), |