]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - README.md
Merge pull request #39 from gdiegel/master
[qmk_firmware.git] / README.md
index f9d7ffea21f94e2f56bed084762383412d3d8386..55fb76798b96229766d041be67de0c2f394bf5b7 100644 (file)
--- 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