summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/jeebak/readme.md
diff options
context:
space:
mode:
authorJeeBak Kim2016-07-31 17:16:25 -0700
committerJeeBak Kim2016-08-03 19:19:18 -0700
commitfdd89e7f0d50f619e8608a4448449a3a627f1da1 (patch)
treeaa11b2b2f0fc9ceefe21701afde7bf8e2ddac599 /keyboards/planck/keymaps/jeebak/readme.md
parentabc3cd4d72ebd7627ebb78a78ad88827fbe4d5f9 (diff)
Add Alt-Tab, Cmd-Tab, and Ctl-Tab Macros to TouchCursor layer, swap LGUI and LSFT
Diffstat (limited to 'keyboards/planck/keymaps/jeebak/readme.md')
-rw-r--r--keyboards/planck/keymaps/jeebak/readme.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/keyboards/planck/keymaps/jeebak/readme.md b/keyboards/planck/keymaps/jeebak/readme.md
index 25fbc5e67..f7daf53d8 100644
--- a/keyboards/planck/keymaps/jeebak/readme.md
+++ b/keyboards/planck/keymaps/jeebak/readme.md
@@ -9,6 +9,11 @@ changes from the default mappings.
I also decided to change all calls to `persistant_default_layer_set()` to
`default_layer_set()` since this is my personal perference.
+## Macros
+```
+#define ALT_TAB M(KC_ALT_TAB)
+```
+
## Base Layers (Qwerty/Colemak/Dvorak)
These base layers are mostly the same as the default mappings. The interesting
changes are shown below. The `Ctrl/Esc`, mapped using `CTL_T(KC_ESC)` will emit
@@ -72,12 +77,15 @@ are represented below. My personalizations include all of the keys shown for
the left hand. Having the `Alt` and `Shift` keys (as well as the `Control` key
from the base layers) readily accessible from the home row allows quick word
jumps and highlighting when used in conjunction with the arrow keys. The
-`KC_UNDO, KC_CUT, KC_COPY, KC_PASTE, KC_FIND,` and `KC_AGAIN` keycodes have
-been mapped but they don't seem to work on Mac. Presumably they'll work under
-Windows.
+`AltTab` macro is not only useful under Windows, but also under Mac when used
+with alternative switchers like [HyperSwitch](https://bahoom.com/hyperswitch).
+The `CmdTab` and `CtlTab` sequences are duplicated for easy access while in
+this layer. The `KC_UNDO, KC_CUT, KC_COPY, KC_PASTE, KC_FIND,` and `KC_AGAIN`
+keycodes have been mapped but they don't seem to work on Mac. Presumably
+they'll work under Windows.
```
,-----------------------------------------------------------------------------------.
- | | | |Shift | GUI | ~ |Insert| Home | Up | End | Bksp | |
+ |AltTab|CmdTab|CtlTab| GUI |Shift | ~ |Insert| Home | Up | End | Bksp | |
|------+------+------+------+------+-------------+------+------+------+------+------|
| | Alt |Space | | Find |Again | PgUp | Left | Down |Right | | |
|------+------+------+------+------+------|------+------+------+------+------+------|