]> git.donarmstrong.com Git - dactyl.git/blob - common/content/preferences.xul
Initial import of 1.0~b6
[dactyl.git] / common / content / preferences.xul
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
4     <script type="application/javascript;version=1.8">
5         let uri = Components.classes["@mozilla.org/network/io-service;1"]
6                             .getService(Components.interfaces.nsIIOService)
7                             .newURI("dactyl://help/options", null, null);
8         Application.activeWindow.open(uri).focus(); // TODO: generalise for Teledactyl et al.
9         window.close();
10     </script>
11 </window>
12
13 <!-- vim: set fdm=marker sw=4 ts=4 et: -->