Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <tom_schr@us...> - 2012-07-05 12:58:34
|
Revision: 9467 http://docbook.svn.sourceforge.net/docbook/?rev=9467&view=rev Author: tom_schr Date: 2012-07-05 12:58:25 +0000 (Thu, 05 Jul 2012) Log Message: ----------- Added keycap context from RFE#3540451 to support @function attribute Modified Paths: -------------- trunk/gentext/locale/en.xml Modified: trunk/gentext/locale/en.xml =================================================================== --- trunk/gentext/locale/en.xml 2012-07-04 18:15:12 UTC (rev 9466) +++ trunk/gentext/locale/en.xml 2012-07-05 12:58:25 UTC (rev 9467) @@ -218,6 +218,30 @@ <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"><—</template><!-- mdash --> + <template name="command">⌘</template><!-- Apple key --> + <template name="control">Ctrl</template> + <template name="delete">Del</template> + <template name="down">↓</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">←</template><!-- larr --> + <template name="meta">Meta</template> + <template name="option">???</template><!-- What's this? --> + <template name="pagedown">Page ↓</template> + <template name="pageup">Page ↑</template> + <template name="right">→</template><!-- rarr --> + <template name="shift">Shift</template> + <template name="space">Space</template> + <template name="tab">→|</template> + <template name="up">↑</template><!-- uarr --> +</context> + <!-- WebHelp --> <context name="webhelp"> <template name="Search">Search</template> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |