diff options
author | Teddy Wing | 2018-11-15 06:52:43 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-15 06:52:43 +0100 |
commit | cf9e023e89d3693771f45beb93ac7c90c1392047 (patch) | |
tree | 8567549ae5c187722a09dfd510ced5eccc0cccf1 | |
parent | e747622d84b2200b5316afa8bff1620cc575089d (diff) | |
download | dome-key-web-cf9e023e89d3693771f45beb93ac7c90c1392047.tar.bz2 |
index.html: Add an extra command to the 'frequently used' example
Give an example of a multi-button trigger mapping.
-rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -83,9 +83,10 @@ map <Down> <D-Tab></pre> <p>Open frequently used applications:</p> <pre class="code code-block margin-bottom-1.8 font-size-0.8"> -cmd <Up> open -a Terminal -cmd <Play> open -a Xcode -cmd <Down> open -a Firefox</pre> +cmd <Up> open -a Terminal +cmd <Play> open -a Xcode +cmd <Down> open -a Firefox +cmd <Up><Play> open -a Dictionary</pre> <p>Open Terminal window #2:</p> <pre class="code code-block margin-bottom-1.8 font-size-0.8"> |