Difference between revisions of "Template:CommandKeys"
Jump to navigation
Jump to search
(usage) |
m (category) |
||
Line 4: | Line 4: | ||
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:Emacs Wiki Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 19:01, 30 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)