Possible Duplicate:
Keyboard Glyphs

I got an answer with some cool keystroke formatting, but I don't see how to do it on the markdown reference, or the more detailed markdown reference -- maybe I just missed it. I don't have enough rep on superuser to have access to an edit option, so I can't see the source for the answer.

How do I make those cool key stroke combinations in markdown?

link|improve this question
3  
Try hitting down, down-forward, forward and then hitting Enter. – Grace Note Nov 16 '10 at 22:27
4  
Speaking seriously, it's <kbd>Key</kbd>, as detailed here. See also this request suggesting to add this into the markdown reference. – Grace Note Nov 16 '10 at 22:28
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 2 down vote accepted
<kbd>shift</kbd> + <kbd>command</kbd> + <kbd>3</kbd>

outputs:

shift+command+3

link|improve this answer
1  
<kbd>kbd</kbd> should work in comments as well. – Radu Nov 6 '11 at 3:12
feedback

As a note, you don't need edit privileges to view the source of an answer or question.

Simply go to the revisions of an answer/question which in this case is:

http://superuser.com/posts/211610/revisions

([SITE]/POSTS/[ID]/REVISIONS)

then click view source and it will display the actual source of the answer/question:

<kbd>shift</kbd>+<kbd>command</kbd>+<kbd>3</kbd> will work if you have escaped your VirtualBox and places the screen shot on your Mac's desktop. You could also use or <kbd>shift</kbd>+<kbd>command</kbd>+<kbd>4</kbd> which gives you a cross-hair to select the area you want to capture.

link|improve this answer
Only works when you have the access right to edit a answer. – powtac Jul 8 '11 at 0:09
feedback

You must log in to answer this question.

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