]> git.donarmstrong.com Git - dactyl.git/blob - melodactyl/locale/en-US/gui.xml
Import 1.0b7.1 supporting Firefox up to 8.*
[dactyl.git] / melodactyl / locale / en-US / gui.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
3
4 <!DOCTYPE overlay SYSTEM "dactyl://content/dtd">
5
6 <overlay
7     xmlns="&xmlns.dactyl;"
8     xmlns:html="&xmlns.html;">
9
10 <item replace=":sbcl">
11     <tags>:dpcl :dpclose</tags>
12     <spec>:dpcl<oa>ose</oa> <a>pane</a></spec>
13     <description>
14         <p>Close the specified display pane.</p>
15     </description>
16 </item>
17
18 <item replace=":sbope">
19     <tags>:dpope :dpopen :dp :dpane :displayp :displaypane</tags>
20     <spec>:displaypane <a>pane</a></spec>
21     <description>
22         <p>
23             Open the specified display pane. <a>pane</a> is any of
24             "leftservice", "bottomservice", "bottomcontent" or "rightsidebar".
25         </p>
26     </description>
27 </item>
28
29 </overlay>
30
31 <!-- vim:se sts=4 sw=4 et: -->