Difference between revisions of "Template:CommandKeys"

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

Revision as of 17:39, 29 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)