Difference between revisions of "Template:CommandKeys"

From WikEmacs
Jump to navigation Jump to search
(Reuse existing templates)
(usage)
Line 1: Line 1:
 +
<noinclude>
 +
Usage: Show a key sequence and the corresponding command.
 +
<pre>{{CommandKeys|C-x f|find-file}}</pre> will be rendered as: {{CommandKeys|C-x f|find-file}}
 +
</noinclude>
 
{{Keys|{{{1}}}}} (or {{Command|{{{2}}}}})
 
{{Keys|{{{1}}}}} (or {{Command|{{{2}}}}})

Revision as of 20:18, 28 March 2012

Usage: Show a key sequence and the corresponding command.

{{CommandKeys|C-x f|find-file}}

will be rendered as:

[C-x f] (or M-x find-file)

[{{{1}}}] (or M-x {{{2}}})