mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 09:52:27 +01:00
17 lines
363 B
XML
17 lines
363 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
|
|
|
<overlay
|
|
xmlns="&xmlns.dactyl;"
|
|
xmlns:html="&xmlns.html;">
|
|
|
|
<span replace=":window"/>
|
|
<span replace=":u"/>
|
|
<span replace=":undoa"/>
|
|
|
|
</overlay>
|
|
|
|
<!-- vim:se sts=4 sw=4 et: -->
|