Sorry if this is a stupid question, I already searched but didn't find anything. How are people showing keyboard 'glyphs' on superuser.com? I looked at the markdown help page and it didn't show anything regarding this, unless I might have skipped it. Thanks.

Here is an example: http://superuser.com/questions/257/what-new-win7-keboard-shortcuts-have-you-found-most-useful

link|improve this question
2  
your example link is now broken – molecules Sep 13 '11 at 11:42
feedback

2 Answers

up vote 15 down vote accepted

You need to use the <kbd> HTML tag:

<kbd>CTRL</kbd>+<kbd>Z</kbd>

becomes CTRL+Z

link|improve this answer
Thanks I appreciate the response. – Jorge Israel Peña Jul 15 '09 at 9:13
Glad to help :-) – Kyle Cronin Jul 15 '09 at 9:15
How about to print "Android", "HTML" tag inside the question? Android tag's link is here: stackoverflow.com/questions/tagged/android – Paresh Mayani Nov 8 '11 at 9:54
feedback

You must log in to answer this question.

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