eveninglily / drawingapp

Drawing Webapp. This code is an older version of the software at amidraw.com
GNU General Public License v2.0
0 stars 0 forks source link

put keyboard icons instead of the regular text in help menu #35

Closed andezgrip closed 9 years ago

andezgrip commented 9 years ago

instead of something like ctrl+s put in the icons for ctrl and s

eveninglily commented 9 years ago

It might be better to do this with CSS to reduce page load time, I'll see

threadproc commented 9 years ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd You could style this element, designed for that purpose.

Also, this: http://meta.superuser.com/questions/4788/css-for-the-new-kbd-style