Difference between revisions of "Template:Keys"
Jump to navigation
Jump to search
m |
|||
Line 7: | Line 7: | ||
<pre>{{Keys|C-x C-x|exchange-point-and-mark}}</pre> will be rendered as: {{Keys|C-x C-x|exchange-point-and-mark}} | <pre>{{Keys|C-x C-x|exchange-point-and-mark}}</pre> will be rendered as: {{Keys|C-x C-x|exchange-point-and-mark}} | ||
− | |||
[[Category:Emacs Wiki Templates]] | [[Category:Emacs Wiki Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 20:26, 31 March 2012
Usage
Show a key sequence, with an optional tool tip for the associated command or function.
{{Keys|C-x C-x}}
will be rendered as: [C-x C-x]
{{Keys|C-x C-x|exchange-point-and-mark}}
will be rendered as: [C-x C-x]