diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -44,6 +44,8 @@ Your keymap can include shortcuts to common operations (called "function actions | |||
| 44 | * `RALT(kc)` - applies right Alt to *kc* | 44 | * `RALT(kc)` - applies right Alt to *kc* |
| 45 | * `LGUI(kc)` - applies left GUI (command/win) to *kc* | 45 | * `LGUI(kc)` - applies left GUI (command/win) to *kc* |
| 46 | * `RGUI(kc)` - applies right GUI (command/win) to *kc* | 46 | * `RGUI(kc)` - applies right GUI (command/win) to *kc* |
| 47 | * `HYPR(kc)` - applies Hyper (all modifiers) to *kc* | ||
| 48 | * `MEH(kc)` - applies Meh (all modifiers except Win/Cmd) to *kc* | ||
| 47 | 49 | ||
| 48 | You can also chain these, like this: | 50 | You can also chain these, like this: |
| 49 | 51 | ||
| @@ -87,6 +89,7 @@ We've added shortcuts to make common modifier/tap (mod-tap) mappings more compac | |||
| 87 | * `ALT_T(kc)` - is LALT when held and *kc* when tapped | 89 | * `ALT_T(kc)` - is LALT when held and *kc* when tapped |
| 88 | * `GUI_T(kc)` - is LGUI when held and *kc* when tapped | 90 | * `GUI_T(kc)` - is LGUI when held and *kc* when tapped |
| 89 | * `ALL_T(kc)` - is Hyper (all mods) when held and *kc* when tapped. To read more about what you can do with a Hyper key, see [this blog post by Brett Terpstra](http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/) | 91 | * `ALL_T(kc)` - is Hyper (all mods) when held and *kc* when tapped. To read more about what you can do with a Hyper key, see [this blog post by Brett Terpstra](http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/) |
| 92 | * `MEH_T(kc)` - is like Hyper, but not as cool -- does not include the Cmd/Win key, so just sends Alt+Ctrl+Shift. | ||
| 90 | 93 | ||
| 91 | ### Temporarily setting the default layer | 94 | ### Temporarily setting the default layer |
| 92 | 95 | ||
