summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorErez Zukerman <ezuk@madmimi.com>2015-11-10 03:14:59 +0100
committerErez Zukerman <ezuk@madmimi.com>2015-11-10 03:14:59 +0100
commitf5ec585ed821bd791a3080439937b0030d858a8a (patch)
tree1d53b57beeae7af8bf37dc8744ded1689befff61 /README.md
parent80397187cdd72c98897d4ef4da499e98c95613d3 (diff)
downloadqmk_firmware-f5ec585ed821bd791a3080439937b0030d858a8a.tar.gz
qmk_firmware-f5ec585ed821bd791a3080439937b0030d858a8a.tar.xz
[Erez & Jack] Adds Meh key (Hyper without Win/Cmd)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9d7ffea2..55fb76798 100644
--- a/README.md
+++ b/README.md
@@ -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