]> granicus.if.org Git - docbook-dsssl/commitdiff
Added keycap context from RFE#3540451 to support @function attribute
authorThomas Schraitle <tom_schr@web.de>
Thu, 5 Jul 2012 12:58:25 +0000 (12:58 +0000)
committerThomas Schraitle <tom_schr@web.de>
Thu, 5 Jul 2012 12:58:25 +0000 (12:58 +0000)
gentext/locale/en.xml

index b72ad8fa5b8c65cdf186fb1f10d26e5d4e73409f..1f0c067b996f297295095e8780db600381cbe1b2 100644 (file)
 <gentext key="hyphenation-push-character-count" text="2"/>
 <gentext key="hyphenation-remain-character-count" text="2"/>
 
+<context name="keycap">
+  <template name="alt">Alt</template>
+  <template name="backspace">&lt;&#x2014;</template><!-- mdash -->
+  <template name="command">&#x2318;</template><!-- Apple key -->
+  <template name="control">Ctrl</template>
+  <template name="delete">Del</template>
+  <template name="down">&#x2193;</template><!-- darr -->
+  <template name="end">End</template>
+  <template name="enter">Enter</template>
+  <template name="escape">Esc</template>
+  <template name="home">Home</template>
+  <template name="insert">Ins</template>
+  <template name="left">&#x2190;</template><!-- larr -->
+  <template name="meta">Meta</template>
+  <template name="option">???</template><!-- What's this? -->
+  <template name="pagedown">Page &#x02193;</template>
+  <template name="pageup">Page &#x02191;</template>
+  <template name="right">&#x2192;</template><!-- rarr -->
+  <template name="shift">Shift</template>
+  <template name="space">Space</template>
+  <template name="tab">&#x02192;|</template>
+  <template name="up">&#x02191;</template><!-- uarr -->
+</context>
+
 <!-- WebHelp -->
 <context name="webhelp">
   <template name="Search">Search</template>