<kbd> is a great way to mark up text to be entered. But when you use it on Stack Exchange sites, it's really difficult to read. For instance, say I typed this sentence by starting with a Shift+F, then used o, followed by r, then space, you can see that it quickly becomes an unreadable mess of boxes and smashed-together type.

Whoever is in Ctrl of the visual design should probably fix it.

Also, I'm so very sorry. Please don't let the silly answers below discourage you from fixing the styling.

link|improve this question
That's why you use them judiciously (goofy, but awesome!, answers below withstanding) and use the necessary white space to make the post look good. I think it's pretty cool. – raven Jul 2 '09 at 20:21
71  
Now all they need is an onclick handler to make them look like you are pressing them. Then an alert box pops up and says "On your keyboard, idiot!". – Macha Jul 2 '09 at 20:25
5  
ok improved, will deploy later – Jeff Atwood Jul 5 '09 at 7:14
Thanks for taking care of the little things like that Jeff. The polish really does help make this a great site. – jjnguy Jul 7 '09 at 20:36
Thanks, Jeff! :) – Paul Fisher Jul 8 '09 at 1:54
7  
@Macha jQuery('kbd').click(function(){alert('On your keyboard, idiot!');}); – yahelc Jan 8 '11 at 18:31
1  
@Mache: see my answer :P – Nyuszika7H Jan 14 '11 at 13:07
+1, but for the current rendering too! Still too ugly, and hardly ever useful in my opinion. – Arjan Nov 28 '11 at 18:12
feedback

15 Answers

up vote 38 down vote accepted
kbd {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#EEEEEE none repeat scroll 0 0;
    border-color:#CCCCCC #AAAAAA #888888 #BBBBBB;
    border-style:solid;
    border-width:1px 1px 2px 2px;
    color:#000000;
    padding:2px 1px;
    white-space:nowrap;
}

..would make <kbd> a bit less broken:

Demonstration of above CSS

Sadly it breaks Pestos castle.

link|improve this answer
+1: Seems to be the default padding in the SO CSS that is the problem. BUt changing it would probably destroy most of the answers here :-) – Richard Jul 3 '09 at 10:23
2  
"Sadly is breaks" => "Sadly th is breaks"? – Hello71 Nov 6 '10 at 1:49
@Hello71 "th"...? – muntoo Feb 12 at 2:40
@muntoo: Should be "this breaks", was "is breaks". SO Markdown doesn't support having only part of a word bolded. – Hello71 Feb 12 at 15:38
feedback

                                                                                                    

                                                                       

                                                                     

                                                                                          

                                                                                          

                                                                                          

                                                                                                                  

                                                              

                                                                

                                                              

                                                                            

                                                                                 

                                                                                         

                                                                                     

                                                                                         

                                                                                     

                                                                                         

OUR PRINCESS IS IN ANOTHER CASTLE!


original keyboard castle

link|improve this answer
105  
You've just beaten the internet. – Eric Jul 2 '09 at 21:03
8  
I wish I could vote on the same post for 2 times. Or 10. – hayalci Jul 2 '09 at 22:44
@TheTXI: Is that what you had in mind? – Hilarious Comedy Pesto Jul 2 '09 at 23:21
1  
I just had a flashback to elementary school and NES-filled nights.. so awesome! – Jarrod Dixon Jul 5 '09 at 7:02
14  
It probably looks different on every combination of screen size, resolution, font, and operating system. On mine the blank spaces are too small. – Brad Gilbert Jul 5 '09 at 15:51
My rep sucks... can't up vote... by you're my hero! – beggs Jul 21 '09 at 9:02
4  
Slow work day, wasn't it? – perbert Jul 28 '09 at 17:01
Did you use a script for this? Or all by hand... – Zifre Jul 28 '09 at 18:42
14  
A true artiste does it all by hand, though there may have been some cut-and-paste. – Hilarious Comedy Pesto Jul 28 '09 at 18:50
8  
Despite being empty of princess, this castle is full of win. – sirlancelot Aug 5 '09 at 22:49
9  
Oh noes! Now the castle is in another castle! – random Sep 26 '09 at 5:49
4  
WHY CAN'T I FAVOURITE AN ANSWER? :( – cbroughton Nov 12 '11 at 12:35
1  
That's the best thing I ever saw. – Ben Brocka Jan 20 at 21:26
2  
Uh oh. I think the castle is now slightly lopsided. Unexpected geological activity! – nhinkle May 5 at 1:16
show 14 more comments
feedback

`1234567890-=Bkspc

Tabqwertyuiop[]\  

Capsasdfghjkl;'Enter

Shift zxcvbnm,./ Shift

This is the most fun I've had all day.


original keyboard

link|improve this answer
3  
+1 for the completion of what I tried to do...but also +1 because trying was also the most fun I've had...although... – Thomas Owens Jul 2 '09 at 19:46
Try and change it to the Billy Mays button – TheTXI Jul 2 '09 at 19:53
3  
Hey, where's the spacebar? – fretje Jul 2 '09 at 20:25
68  
Whoneedsaspacebar? – mmyers Jul 2 '09 at 20:27
1  
You made me laugh man. Thanks xD – Andrea Ambu Jul 2 '09 at 23:45
3  
Now try a UK keyboard with a double height enter key :-) – Richard Jul 3 '09 at 10:21
4  
are the m, j, l, and i letters on that keyboard (in jeff's link) a little bit red or am I going insane? Maybe I'm a synesthete. – Carson Myers Aug 5 '09 at 22:37
@Carson Either you're not insane or I am too. – deleted Aug 20 '09 at 23:27
2  
I can see the red, it might be a result of anti-aliasing, think of the subpixels! – Liam Sep 8 '10 at 15:48
feedback

This is a very old post and the system has changed, it includes the original code for the keyboard and below it the image it generated, currently the original code does not make a good keyboard.


Trying out beat Pesto's keyboard. Mine has square buttons and correct spacing between items.

 °  1  2  3  4  5  6  7  8  9  0  ö  - Backspace  

Tab   q  w  e  r  t  y  u  i  o  p  ð  ' ENTER    

Caps    a  s  d  f  g  h  j  k  l  æ  ´  +        

Shift <  z  x  c  v  b  n  m  ,  .  þ Shift         

Ctrl   Win Alt          Space           Alt  Win  Menu  Ctrl 


Orginal (image form)

alt text

link|improve this answer
10  
The right Ctrl key is sticking out to the right for me (on IE7). Is it meant to be flush with the others? – mmyers Jul 2 '09 at 20:29
5  
Here as well (FF3) – fretje Jul 2 '09 at 20:30
Cant test IE7 :S He is a little bit to the right here but only 1 pixel or so (FF 3.5) – Ólafur Waage Jul 2 '09 at 20:31
The right edge of the Shift key is about even with the 'r' in "Ctrl". – mmyers Jul 2 '09 at 20:33
I think it's more that the 4th line is sort. – Ólafur Waage Jul 2 '09 at 20:33
Ok wow, well im on linux so the font difference is a possible culprit. – Ólafur Waage Jul 2 '09 at 20:33
4  
There's quite a difference on Chrome. The third line is about 1 pixel longer (but that's only noticeable 'cos I'm looking). Oh, don't think I'm not impressed BTW. – ChrisF Jul 2 '09 at 20:37
Ok i see the issue in IE now. Ill propose a patch for it soon and commit it to jeff so my keyboard always looks good :D – Ólafur Waage Jul 2 '09 at 20:39
5  
@Jeff is this after the change on a Windows machine? Since on Linux this keyboard has about a 10 pixel space between each line. Or is that the intended change? – Ólafur Waage Jul 5 '09 at 12:04
Opera v9.64: the right Ctrl key is sticking out to the right. – Peter Mortensen Aug 5 '09 at 23:30
@Peter it no longer looks as intended. Check out Jeffs image here in the comments. – Ólafur Waage Aug 6 '09 at 10:40
feedback

T h i s space i s space w h y space w e space c a n ' t space h a v e space n i c e space t h i n g s .

Or so I'm told.

link|improve this answer
4  
I thought we couldn't have nice things because of me. But I guess it was you all along. – Thomas Owens Jul 2 '09 at 19:25
feedback

I would like to propose that from here on out we replace

Caps Lock

with

Billy Mays

William Darrell "Billy" Mays, Jr. (July 20, 1958 – June 28, 2009) was an American television direct-response advertisement salesperson most notable for promoting OxiClean, Orange Glo, and other cleaning, home-based, and maintenance products. His distinctive beard and loud sales pitches made him a recognized television presence in the United States.

link|improve this answer
4  
Seconded. Now only to get PC makers to get on this. – Thomas Owens Jul 2 '09 at 19:37
12  
MAY HE REST IN PEACE!!! – Bill the Lizard Jul 2 '09 at 20:08
1  
Was he similar to BRIAN BLESSED? – TRiG Aug 6 '11 at 1:29
feedback

I tried to make a keyboard and failed miserably. :(

Although I will present this:

Any

The mystical Any key.

link|improve this answer
feedback

Atwood should have never told us about this. This will only end in disaster.

link|improve this answer
feedback

I couldn't resist:-)

Which computer had this keyboard?

    ⟵ 1  2  3  4  5  6  7  8  9  0  +  -  £ HOMEDEL      f 1 

   CTRL Q  W  E  R  T  Y  U  I  O  P  @  *  ↑ RESTORE      f 3 

RUNSHIFT A  S  D  F  G  H  J  K  L  :  ;  = RETURN         f 5 

C=SHIFT Z  X  C  V  B  N  M  ,  .  / SHIFTCRSRCRSR         f 7 

                                                           

link|improve this answer
I give up. Which is it? – Carson Myers Aug 5 '09 at 22:44
1  
3  
The function keys give that away, if only from a top view. Its also the C-64C. – Tim Post Jul 1 '10 at 23:22
1  
@Tim: there's also a [restore] key; I've never seen that on another system. – Marcel Korpel Dec 3 '10 at 21:44
feedback

Felt sorry for the poor broken{*} castle, felt that it MUST be fixed as a tribute to the history of meta.

Take THAT, Jin!!

*Today I realised that non-breaking spaces can break stuff as well O-0

                                                                                   
                                                                    





                               
                                                                                  

                                                                            

                                                                                  

                                                                                  

                                                                                  

                                                                                                                            

                                                                                   

                                                                                         

                                                                                    

                                                                                           

                                                                                                 

                                                                                                       

                                                                                             

                                                                                                       

                                                                                            

                                                                                                        

OUR PRINCESS IS IN ANOTHER CASTLE!

link|improve this answer
1  
Our princess could never be in that castle. It's so... plain ... and white. – The Establishment May 7 at 10:34
@ThE blame Jin, not me. ;-) – Tim ManishEarth May 7 at 10:46
2  
I bow to your brick laying skills. – Jin May 8 at 5:07
@Jin: Technically, they're tiles, now that someone changed the design ;-) . Anyway, the design is actually much better--I just felt sorry for the poor castle :P – Tim ManishEarth May 8 at 5:19
1  
@animuson The flag has a unicorn! Try doing **THAT** with inline code blocks! – Tim ManishEarth May 9 at 7:55
feedback

I had no idea you could even do this, but now that I know, I want to do it everywhere!!!

Ins HomePgUp

Del End PgDn

           ↑  

  ←  ↓   →  

link|improve this answer
9  
If only that were an actual key on my keyboard... – Eric Jul 2 '09 at 19:20
3  
+1 for echoing my thought exactly! – Kip Jul 2 '09 at 20:01
2  
Paul has unleashed a monster. – raven Jul 2 '09 at 20:18
You missed the arrows: ← ↑ → ↓ – DisgruntledGoat Jul 8 '09 at 14:04
feedback

You don't need keyboards to make castles! Inline code blocks work just as well!

Look, it has a flag! Try doing that with keyboards!

                                                 
                                                 
                                                 
                                         
                                         
                                         

                                                               

                                           

                                               

                                                         

                                                     

                                                         

                                                                    

                                                

                                            

                                                

                                            

                                                       

                                                      

                                                             

                                                     

                                                             

                                                     

                                                             

P.S. The new keyboard styles are awesomesauce. The unicorns are happy.

link|improve this answer
cough – Ullallulloo May 9 at 18:39
@Ullallulloo: Yes, I know, he completed my challenge. Then I threatened to pull out the ASCII art, which I may yet still do. – animuson May 9 at 19:05
feedback
          I 

       am ok

     w  i t  h 

  t   h   i   s  

link|improve this answer
feedback

I saw this in an answer once
and have been baffled about how it worked
ever since then. But I
guess I know now.
I'm terribly sorry about this

it looks like a label maker

link|improve this answer
Now it looks like Messages on the iPhone... – The Establishment May 9 at 8:09
feedback

Eliminating this is an affront to emacs users everywhere. They will then delete SO with:

Ctrl + End + Del + S + O + F8

link|improve this answer
9  
False! There is no way there is an emacs keybinding for that without Meta, Super and/or Hyper. – derobert Sep 6 '09 at 9:52
feedback

You must log in to answer this question.

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