diff options
author | Chuck Lauer Vose <vosechu@gmail.com> | 2020-05-09 20:53:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 04:53:32 +0100 |
commit | 73992c68d55430192ea3b11adfabae817393354e (patch) | |
tree | 0ef838bda419aa85f2eb326c2769ae859f35f931 /users | |
parent | 8ca4ed9a987f9e7815a813592a0210c4853386e6 (diff) |
Add one-handed Viterbi layout for gaming (#8963)
* Add one-handed Viterbi layout for gaming
* fixes for pr feedback
* Update keyboards/keebio/viterbi/keymaps/vosechu/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'users')
-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 5cd2217ea1..3e65f8c955 100644 --- a/users/vosechu/vosechu.h +++ b/users/vosechu/vosechu.h @@ -10,8 +10,13 @@ enum userspace_custom_layers { RSE, LWR, LFT, - MOUSE + MOUSE, + TT1, + TT2, + TT3, + T23X }; +#define BASE DV enum userspace_custom_keycodes { PAWFIVE = SAFE_RANGE, @@ -34,9 +39,14 @@ enum userspace_custom_keycodes { // == Macro keys for commonly used apps // -- Slack // Move one conversation up/down +#define SLACKTB LGUI(LSFT(KC_T)) #define SLACKUP LALT(LSFT(KC_UP)) #define SLACKDN LALT(LSFT(KC_DOWN)) +// -- 1password +#define PSWD LCTL(KC_BSLS) +#define PSWD_ALT LCTL(LALT(KC_BSLS)) + // -- Browser and OS X // Activate one tab left/right #define TAB_LFT LGUI(LSFT(KC_LBRC)) @@ -52,6 +62,14 @@ enum userspace_custom_keycodes { // Make window fill the whole monitor #define SCR_FUL HYPR(KC_F) +// -- Windows variants of browser commanads +// Activate one tab left/right +#define WTABLFT LCTL(LSFT(KC_TAB)) +#define WTABRGT LCTL(KC_TAB) +// Go back/forward in history +#define WBWSRBK LALT(KC_LEFT) +#define WBWSRFW LALT(KC_RGHT) + // == Extended alpha layer toggles // -- Dvorak // Pressing U opens up the LWR layer (numpad) |