X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.md;h=55fb76798b96229766d041be67de0c2f394bf5b7;hb=23846997f61dfed1bfd22efc054c82683bf9f127;hp=f9d7ffea21f94e2f56bed084762383412d3d8386;hpb=3ac4f1519fbc90d2357c92cfd00557bdfc024e54;p=qmk_firmware.git 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