From 65ca79c5eb72b6027adb720df5092a028fea441f Mon Sep 17 00:00:00 2001 From: Nikita Voloboev Date: Mon, 20 Aug 2018 08:23:10 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff50ff1b..8c08e8e3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ I also share [my dotfiles](https://github.com/nikitavoloboev/dotfiles#readme) to - I have completely remapped my keyboard with it and every key on my keyboard is a custom modifier key that I can program to do what I want. - For example you can make caps lock into an escape key when pressed once but if you hold it, it becomes a [hyper key](http://brettterpstra.com/2017/06/15/a-hyper-key-with-karabiner-elements-full-instructions/). Hyper key means that a key now serves two purposes, once when pressed alone and once when held down. So for example, for remapping caps lock, we can remap it to act as escape when pressed alone once but if we hold down on it, it becomes `⌘ + ⌃` modifier key. So `Caps Lock + F` becomes `⌘ + ⌃ + F`. And so on. - I take this idea further and define these kind of hyper keys for __every single key on my keyboard__. -- I describe how I use Karabiner in detail [here](https://wiki.nikitavoloboev.xyz/macOS/apps/karabiner/karabiner.html). +- I describe how I use Karabiner in detail [here](https://wiki.nikitavoloboev.xyz/macOS/apps/karabiner/karabiner.html) and I generate my configuration with a [Karabiner DSL](https://github.com/nikitavoloboev/karabiner-generator#readme). #### [Keyboard Maestro](https://www.keyboardmaestro.com/main/) - Automation tool - Keyboard Maestro is essentially an IDE for automation. You create macros of actions that you can then easily call from Karabiner.