diff options
Diffstat (limited to 'users/vosechu/vosechu.h')
| -rw-r--r-- | users/vosechu/vosechu.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/users/vosechu/vosechu.h b/users/vosechu/vosechu.h index 5cd2217ea..3e65f8c95 100644 --- a/users/vosechu/vosechu.h +++ b/users/vosechu/vosechu.h | |||
| @@ -10,8 +10,13 @@ enum userspace_custom_layers { | |||
| 10 | RSE, | 10 | RSE, |
| 11 | LWR, | 11 | LWR, |
| 12 | LFT, | 12 | LFT, |
| 13 | MOUSE | 13 | MOUSE, |
| 14 | TT1, | ||
| 15 | TT2, | ||
| 16 | TT3, | ||
| 17 | T23X | ||
| 14 | }; | 18 | }; |
| 19 | #define BASE DV | ||
| 15 | 20 | ||
| 16 | enum userspace_custom_keycodes { | 21 | enum userspace_custom_keycodes { |
| 17 | PAWFIVE = SAFE_RANGE, | 22 | PAWFIVE = SAFE_RANGE, |
| @@ -34,9 +39,14 @@ enum userspace_custom_keycodes { | |||
| 34 | // == Macro keys for commonly used apps | 39 | // == Macro keys for commonly used apps |
| 35 | // -- Slack | 40 | // -- Slack |
| 36 | // Move one conversation up/down | 41 | // Move one conversation up/down |
| 42 | #define SLACKTB LGUI(LSFT(KC_T)) | ||
| 37 | #define SLACKUP LALT(LSFT(KC_UP)) | 43 | #define SLACKUP LALT(LSFT(KC_UP)) |
| 38 | #define SLACKDN LALT(LSFT(KC_DOWN)) | 44 | #define SLACKDN LALT(LSFT(KC_DOWN)) |
| 39 | 45 | ||
| 46 | // -- 1password | ||
| 47 | #define PSWD LCTL(KC_BSLS) | ||
| 48 | #define PSWD_ALT LCTL(LALT(KC_BSLS)) | ||
| 49 | |||
| 40 | // -- Browser and OS X | 50 | // -- Browser and OS X |
| 41 | // Activate one tab left/right | 51 | // Activate one tab left/right |
| 42 | #define TAB_LFT LGUI(LSFT(KC_LBRC)) | 52 | #define TAB_LFT LGUI(LSFT(KC_LBRC)) |
| @@ -52,6 +62,14 @@ enum userspace_custom_keycodes { | |||
| 52 | // Make window fill the whole monitor | 62 | // Make window fill the whole monitor |
| 53 | #define SCR_FUL HYPR(KC_F) | 63 | #define SCR_FUL HYPR(KC_F) |
| 54 | 64 | ||
| 65 | // -- Windows variants of browser commanads | ||
| 66 | // Activate one tab left/right | ||
| 67 | #define WTABLFT LCTL(LSFT(KC_TAB)) | ||
| 68 | #define WTABRGT LCTL(KC_TAB) | ||
| 69 | // Go back/forward in history | ||
| 70 | #define WBWSRBK LALT(KC_LEFT) | ||
| 71 | #define WBWSRFW LALT(KC_RGHT) | ||
| 72 | |||
| 55 | // == Extended alpha layer toggles | 73 | // == Extended alpha layer toggles |
| 56 | // -- Dvorak | 74 | // -- Dvorak |
| 57 | // Pressing U opens up the LWR layer (numpad) | 75 | // Pressing U opens up the LWR layer (numpad) |
