What is the recommended method/syntax for denoting keyboard shortcuts in SO answers?

For example, to write the following in a less verbose manner: "Press ctrl, and press either the minus key, or the equals key), or "Ctrl or Cmd, and lower-case c", or "Ctrl, alt and a, then ctrl and upper case L", "Hold Ctrl or Cmd while scrolling the mouse wheel"

(Well, the last one isn't strictly a keyboard shortcut)

Return to FAQ index

link|improve this question

53% accept rate
feedback

migrated from stackoverflow.com Aug 31 '09 at 19:44

This question came from our site for professional and enthusiast programmers.

3 Answers

Note that you can now do this using the <kbd> tag.

Ctrl-- or Ctrl-=

Ctrl-c

Ctrl-a Ctrl-L

Obviously you have to watch your line spacing due to the additional height of the line.

link|improve this answer
6  
It almost seems unfair that you get to implement a feature in order to provide the best answer to certain questions. :) – Bill the Lizard Aug 31 '09 at 19:44
2  
Note to future viewers: this answer doesn't look right, because that feature has been removed from Meta. – Brad Gilbert Oct 16 '09 at 15:35
1  
Note to further in the future viewers: it works in meta again. – zsalzbank Dec 28 '10 at 17:59
2  
Greetings from the future! – Keith Thompson Oct 24 '11 at 6:25
feedback

I’d say we do it just like it’s done all over the world since the beginning of time.

  • Ctrl-Minus/=
  • Ctrl-c
  • Ctrl-a Ctrl-L
link|improve this answer
feedback

I'd say we do it just like it is done all over the world since the beginning of time:

  • C-- or C-=
  • C-c
  • C-a C-L
  • C-x M-c M-butterfly
link|improve this answer
Ah, good old xkcd :-D – Bahbar Nov 6 '09 at 8:51
feedback

You must log in to answer this question.

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