zweihander: Add ⌘, ⌘⇧
, ⌥⇥, ⌥⇧⇥
This commit is contained in:
parent
8ec1d41a28
commit
9b163d2feb
3 changed files with 12 additions and 7 deletions
|
@ -95,9 +95,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
/* Keymap 2: Media keys
|
/* Keymap 2: Media keys
|
||||||
* dim brighten
|
* dim brighten
|
||||||
* ,--------------------------------------------------. ,--------------------------------------------------.
|
* ,--------------------------------------------------. ,--------------------------------------------------.
|
||||||
* | | | | | | | F14 | | F15 | | | | | | Power |
|
* | | | | | | | F14 | | F15 | ⌘W | ⌘⇧` | ⌘` | ⌥⇧⇥ | ⌥⇥ | Power |
|
||||||
* |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
|
* |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
|
||||||
* | | | | PgUp | | | | | | ⌘] | ⌥⌘↑ | ↑ | ⌥⌘↓ | | |
|
* | | | | PgUp | | | | | | ⌘] | ⌥⌘↑ | ↑ | ⌥⌘↓ | | |
|
||||||
* |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
|
* |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
|
||||||
* | | | Home | PgDn | End | |------| |------| ⌘[ | ← | ↓ | → | | ⏯ |
|
* | | | Home | PgDn | End | |------| |------| ⌘[ | ← | ↓ | → | | ⏯ |
|
||||||
* |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
|
* |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
|
||||||
|
@ -124,11 +124,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
KC_TRNS,
|
KC_TRNS,
|
||||||
KC_TRNS, KC_TRNS, KC_TRNS,
|
KC_TRNS, KC_TRNS, KC_TRNS,
|
||||||
// right hand
|
// right hand
|
||||||
KC_F15 , KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PWR,
|
KC_F15 , LGUI(KC_W), LGUI(LSFT(KC_GRV)), LGUI(KC_GRV), LALT(LSFT(KC_TAB)), LALT(KC_TAB), KC_PWR,
|
||||||
KC_TRNS, LGUI(KC_RBRC), LGUI(LALT(KC_UP)), KC_UP , LGUI(LALT(KC_DOWN)), KC_TRNS, KC_TRNS,
|
KC_TRNS, LGUI(KC_RBRC), LGUI(LALT(KC_UP)), KC_UP , LGUI(LALT(KC_DOWN)), KC_TRNS, KC_TRNS,
|
||||||
LGUI(KC_LBRC), KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_MPLY,
|
LGUI(KC_LBRC), KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_MPLY,
|
||||||
KC_TRNS, LSFT(KC_SPC), KC_SPC , KC_MPRV, KC_MNXT, KC_TRNS, KC_TRNS,
|
KC_TRNS, LSFT(KC_SPC), KC_SPC , KC_MPRV, KC_MNXT, KC_TRNS, KC_TRNS,
|
||||||
KC_VOLU, KC_VOLD, KC_MUTE, KC_TRNS, KC_TRNS,
|
KC_VOLU, KC_VOLD, KC_MUTE, KC_TRNS, KC_TRNS,
|
||||||
KC_TRNS, KC_TRNS,
|
KC_TRNS, KC_TRNS,
|
||||||
KC_TRNS,
|
KC_TRNS,
|
||||||
KC_TRNS, KC_TRNS, KC_TRNS
|
KC_TRNS, KC_TRNS, KC_TRNS
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# The Zweihander Layout
|
# The Zweihander Layout
|
||||||
|
|
||||||
|
NB: the backtick (\`) is special in Markdown. If I write ⌘\` in this readme, I mean “command-backtick”, not “command-backslash-backtick”.
|
||||||
|
|
||||||
This layout is tuned for people who…
|
This layout is tuned for people who…
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,10 +14,13 @@ This layout doesn’t make any concessions for Windows use. While it should work
|
||||||
|
|
||||||
I tend to have my mouse in my left hand, but I like to use my other hand to make things go faster. I’ve added a bunch of buttons to the media layer to speed up browsing in Safari and Finder:
|
I tend to have my mouse in my left hand, but I like to use my other hand to make things go faster. I’ve added a bunch of buttons to the media layer to speed up browsing in Safari and Finder:
|
||||||
|
|
||||||
|
- Close Window (⌘W)
|
||||||
- Back (⌘[)
|
- Back (⌘[)
|
||||||
- Forward (⌘])
|
- Forward (⌘])
|
||||||
- Open and Close Parent Folder (⌥⌘↓)
|
- Open and Close Parent Folder (⌥⌘↓)
|
||||||
- Go Up and Close Just-Left Folder (⌥⌘↑)
|
- Go Up and Close Just-Left Folder (⌥⌘↑)
|
||||||
|
- Cycle through open windows in current application (⌘\` and ⌘⇧\`)
|
||||||
|
- Cycle through tabs in current window (⌥⇥ and ⌥⇧⇥)
|
||||||
- Space (page down in browsers; Quick Look in the Finder)
|
- Space (page down in browsers; Quick Look in the Finder)
|
||||||
- Shift-Space (page up in web browsers)
|
- Shift-Space (page up in web browsers)
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue