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/konstantin.h | |
parent | 6e48ea082dc27ac25bd0422e974cefe7a00788f6 (diff) | |
download | qmk_firmware-6f386ca6ae82be9212700dbfeb73517d077bef5a.tar.gz |
Change how desktop commands work
Diffstat (limited to 'users/konstantin/konstantin.h')
-rw-r--r-- | users/konstantin/konstantin.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/konstantin/konstantin.h b/users/konstantin/konstantin.h index f67f9f1b7..3ca4f401e 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h @@ -23,6 +23,11 @@ #define PRV_TAB LCTL(KC_PGUP) #define NXT_TAB LCTL(KC_PGDN) +#define DST_ADD LCTL(LGUI(KC_D)) +#define DST_RMV LCTL(LGUI(KC_F4)) +#define DST_PRV LCTL(LGUI(KC_LEFT)) +#define DST_NXT LCTL(LGUI(KC_RGHT)) + #define LCT_CPS LCTL_T(KC_CAPS) #ifdef SEND_STRING_CLEAN @@ -37,6 +42,8 @@ enum keycodes_user { CLEAR = SAFE_RANGE, + DST_P_R, + DST_N_A, #ifdef LAYER_NUMPAD NUMPAD, #endif |