Difference between revisions of "Template:PrefixKeys"

From WikEmacs
Jump to navigation Jump to search
(Created page with "<includeonly><span title="{{{2|Try `{{{1}}} C-h' for more information.}}}" style="border-bottom:1px dotted">'''[{{{1}}}]'''</span></includeonly><noinclude> == Usage == Show a...")
 
(→‎Usage: Fix register example to match source)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
<pre>{{PrefixKeys|C-x 4}}</pre> will be rendered as: {{PrefixKeys|C-x 4}}
 
<pre>{{PrefixKeys|C-x 4}}</pre> will be rendered as: {{PrefixKeys|C-x 4}}
  
<pre>{{PrefixKeys|C-x r|Work with registers and bookmarks}}</pre> will be rendered as: {{Keys|C-x C-x|Work with registers and bookmarks}}
+
<pre>{{PrefixKeys|C-x r|Work with registers and bookmarks}}</pre> will be rendered as: {{Keys|C-x r|Work with registers and bookmarks}}
  
[[Category:Emacs Wiki Templates]]
+
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 02:01, 20 April 2012


Usage

Show a prefix key, with an optional tool tip for the associated functionality.

{{PrefixKeys|C-x 4}}

will be rendered as: [C-x 4]

{{PrefixKeys|C-x r|Work with registers and bookmarks}}

will be rendered as: [C-x r]