Difference between revisions of "Template:CommandKeys"

From WikEmacs
Jump to navigation Jump to search
(usage)
(rvv)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{Keys|{{{1}}}}} (or {{Command|{{{2}}}}})</includeonly><noinclude>
+
<includeonly>'''[{{{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}}
 +
 +
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 21:00, 22 June 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)