diff options
author | Teddy Wing | 2018-11-08 22:31:28 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-08 22:31:28 +0100 |
commit | f177451de4bdfe89a4141bcd9cbf2f0bb0aa059b (patch) | |
tree | 2de37cfb06f4b05d909e6cfac26cfad457526957 | |
parent | e9cf6fbe47d2856b2f05d476cf37be4b3e12546e (diff) | |
download | dome-key-web-f177451de4bdfe89a4141bcd9cbf2f0bb0aa059b.tar.bz2 |
Add system requirements section
-rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -80,6 +80,18 @@ cmd <Down> open -a Firefox</pre> <p>Open Terminal window #2:</p> <pre class="code code-block margin-bottom-1.8 font-size-0.8"> cmd <Play> osascript -e 'activate application "Terminal"' -e 'tell application "System Events" to keystroke "2" using command down'</pre> + + <h2>System requirements</h2> + <ul> + <li> + Mac OS X 10.8 and later + </li> + <li> + Wired headphones with 1–3 buttons (Bluetooth headphones are currently + unsupported. If you know of a way to access bluetooth headphone events, + please <a href="mailto:support@domekey.teddywing.com">get in touch</a>.) + </li> + </ul> </div> </body> </html> |