diff options
author | Erez Zukerman <ezuk@madmimi.com> | 2015-11-10 04:14:59 +0200 |
---|---|---|
committer | Erez Zukerman <ezuk@madmimi.com> | 2015-11-10 04:14:59 +0200 |
commit | f5ec585ed821bd791a3080439937b0030d858a8a (patch) | |
tree | 1d53b57beeae7af8bf37dc8744ded1689befff61 /README.md | |
parent | 80397187cdd72c98897d4ef4da499e98c95613d3 (diff) | |
download | firmware-f5ec585ed821bd791a3080439937b0030d858a8a.tar.gz firmware-f5ec585ed821bd791a3080439937b0030d858a8a.tar.bz2 firmware-f5ec585ed821bd791a3080439937b0030d858a8a.zip |
[Erez & Jack] Adds Meh key (Hyper without Win/Cmd)
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 * `RALT(kc)` - applies right Alt to *kc* * `LGUI(kc)` - applies left GUI (command/win) to *kc* * `RGUI(kc)` - applies right GUI (command/win) to *kc* +* `HYPR(kc)` - applies Hyper (all modifiers) to *kc* +* `MEH(kc)` - applies Meh (all modifiers except Win/Cmd) to *kc* You can also chain these, like this: @@ -87,6 +89,7 @@ We've added shortcuts to make common modifier/tap (mod-tap) mappings more compac * `ALT_T(kc)` - is LALT when held and *kc* when tapped * `GUI_T(kc)` - is LGUI when held and *kc* when tapped * `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/) + * `MEH_T(kc)` - is like Hyper, but not as cool -- does not include the Cmd/Win key, so just sends Alt+Ctrl+Shift. ### Temporarily setting the default layer |