1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 00:02:28 +01:00
Files
pentadactyl-pm/melodactyl/locale/en-US/gui.xml
2011-07-26 23:47:37 +02:00

32 lines
815 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
<!DOCTYPE overlay SYSTEM "dactyl://content/dtd">
<overlay
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<item replace=":sbcl">
<tags>:dpcl :dpclose</tags>
<spec>:dpcl<oa>ose</oa> <a>pane</a></spec>
<description>
<p>Close the specified display pane.</p>
</description>
</item>
<item replace=":sbope">
<tags>:dpope :dpopen :dp :dpane :displayp :displaypane</tags>
<spec>:displaypane <a>pane</a></spec>
<description>
<p>
Open the specified display pane. <a>pane</a> is any of
"leftservice", "bottomservice", "bottomcontent" or "rightsidebar".
</p>
</description>
</item>
</overlay>
<!-- vim:se sts=4 sw=4 et: -->