diff options
| author | Teddy Wing | 2018-11-08 17:17:47 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-08 17:17:47 +0100 |
| commit | e1c286ae550fd31dcbcf6c4dbda758d207e65a3e (patch) | |
| tree | 0545dd8ce0340dace7fcc5f41dd028da5663f0ba /index.html | |
| parent | af35d0ef7d327144639a7ab5d9e29031d2e9177b (diff) | |
| download | dome-key-web-e1c286ae550fd31dcbcf6c4dbda758d207e65a3e.tar.bz2 | |
Add margins to headers and blocks
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -28,13 +28,13 @@ <h2>Examples</h2> <p>Video controls:</p> - <pre class="code code-block"> + <pre class="code code-block margin-bottom-1.8"> map <Up> <Left> map <Play> <Space> map <Down> <Right></pre> <p>Preserve volume buttons and include video controls in a mode:</p> - <pre class="code code-block"> + <pre class="code code-block margin-bottom-1.8"> # Don't launch iTunes when pressing the middle button map <Play> <Nop> @@ -45,18 +45,18 @@ mode <Play><Play> { }</pre> <p>Application switcher:</p> - <pre class="code code-block"> + <pre class="code code-block margin-bottom-1.8"> map <Up> <D-S-Tab> map <Down> <D-Tab></pre> <p>Open frequently used applications:</p> - <pre class="code code-block"> + <pre class="code code-block margin-bottom-1.8"> cmd <Up> open -a Terminal cmd <Play> open -a Xcode cmd <Down> open -a Firefox</pre> <p>Open Terminal window #2:</p> - <pre class="code code-block"> + <pre class="code code-block margin-bottom-1.8"> cmd <Play> osascript -e 'activate application "Terminal"' -e 'tell application "System Events" to keystroke "2" using command down'</pre> </div> </body> |
