Possible Duplicate:
Keyboard Glyphs

Some answers contain characters that look like keyboard keys, used as e.g. Ctrl+E.

What markup do I need to add to make Ctrl and E look like actual keys?
That's not mentioned in the formatting help.

link|improve this question

75% accept rate
+1 for adding this to the formatting help (rather than having needed Google to come up with this page). – Jon Schneider Nov 30 '11 at 17:36
feedback

closed as exact duplicate by Anna Lear Dec 2 '11 at 5:41

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 24 down vote accepted

Use the

<kbd>

tag.

EDIT: After this answer was accepted, the <kbd> tag was disabled on Meta. It still works on SO, SF and SU.

link|improve this answer
Why is it disabled on meta? – C. Ross Jun 17 '10 at 21:08
@C. Ross - Jeff felt that people were abusing them. meta.stackoverflow.com/questions/1939/… – Brandon Jun 17 '10 at 21:16
Should add this to the FAQ and/or editor help – dplass Jun 17 '10 at 21:27
feedback

Use the kbd tag: <kbd>Ctrl</kbd>+<kbd>E</kbd>.

Ctrl+E

Note that the kbd tag's style has been disabled on Meta because of what Jeff termed "abuse", so I can't show the actual effect of this code. If it ever gets re-enabled, the above text will look like this:

Ctrl+E

link|improve this answer
Except that you need to put a plus sign between then kbd close and open tags. – dlamblin Oct 16 '09 at 19:22
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged