User Tools

Site Tools


blog:display_shortcuts_in_mozilla_firefox_html_display

This is an old revision of the document!


Display shortcuts in mozilla firefox html display

If you want to see if a web site has keyboard shortcuts, you can show them by adding this to your Firefox profile's chrome/userContent.css file:

a[accesskey]:after,
button[accesskey]:after,
input[accesskey]:after,
label[accesskey]:after,
legend[accesskey]:after,
textarea[accesskey]:after
{
   margin-left: 0.3em;
   content: "[" attr(accesskey) "]";
}

Ref: http://lifehacker.com/5578640/display-a-web-pages-keyboard-shortcuts-in-firefox

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
  _____   ___    __    ____  ____ 
 / ___/  / _ |  / /   / __/ / __ \
/ /__   / __ | / /__ / _/  / /_/ /
\___/  /_/ |_|/____//_/    \___\_\
 
blog/display_shortcuts_in_mozilla_firefox_html_display.1278610887.txt.gz · Last modified: 2010-07-08 19:41 by brb