tag:blogger.com,1999:blog-11593374.post2684361592829603367..comments2008-12-28T00:02:47.609ZComments on Andrew Beacock's Blog: Firefox hack to display "accesskey" keyboard short...abeacockhttp://www.blogger.com/profile/01039992884679308726noreply@blogger.comBlogger6125tag:blogger.com,1999:blog-11593374.post-33146464015195043782008-12-28T00:02:00.000Z2008-12-28T00:02:00.000Z2008-12-28T00:02:00.000ZTed, cheers for the comment. I didn't just want a...Ted, cheers for the comment. I didn't just want accesskey support in wikipedia, that was just a great example site that uses them "behind the scenes". I use this hack so that I don't have to try and find a help article on the site telling me what the accesskeys are.abeacockhttp://www.blogger.com/profile/01039992884679308726noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-4308528039189134842008-12-27T19:47:00.000Z2008-12-27T19:47:00.000Z2008-12-27T19:47:00.000ZIf you really only want access keys to show up on ...If you really only want access keys to show up on Wikipedia, you can add that code to your Wikipedia CSS. After logging in, paste the code into:<BR/><BR/>http://en.wikipedia.org/wiki/Special:MyPage/monobook.css<BR/><BR/>That's less invasive than hacking your local Firefox user CSS, and it sticks to your Wikipedia user account. <BR/><BR/>(note: I notice the code only seems to work (on monobook.css) with wikipedia links; it doesn't show links next to input/textarea/etc.)Tedhttp://www.blogger.com/profile/15297790411942050417noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-87844912825077671252008-08-05T09:35:00.000+01:002008-08-05T09:35:00.000+01:002008-08-05T09:35:00.000+01:00Dan,Thanks for adding a comment your version looks...Dan,<BR/><BR/>Thanks for adding a comment your version looks pretty good! Glad you liked the post and found it so easily :)abeacockhttp://www.blogger.com/profile/01039992884679308726noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-77573519135892816692008-08-05T04:11:00.000+01:002008-08-05T04:11:00.000+01:002008-08-05T04:11:00.000+01:00I just ran into this user script and installed it....I just ran into this user script and installed it. It's fantastic. Props!<BR/><BR/>Made a couple changes of my own:<BR/>1) Installed it using the Firefox "Stylish" add-on, so I can enable/disable it at will.<BR/>2) Changed the display for better visibility. Plum is pretty for websites that are white or bright colored, but for darker ones or ones with odd color it doesn't work as well. I made the access key bigger, added padding, and changed the colors to white-on-black. <BR/><BR/>I hoped for some smarter way to do that - like if there's some way in CSS to just automatically put up a background color with a foreground color that contrast and blend in with what's already there. No idea if that's possible.<BR/><BR/>My changes are below. You can test them, and check out my website, at http://danrasmussen.org<BR/><BR/>Again, thanks for the good work and making it search engine friendly!<BR/><BR/>Dan<BR/><BR/>/* Display [] by the item with the accesskey */<BR/>a[accesskey]:after,<BR/>button[accesskey]:after,<BR/>input[accesskey]:after,<BR/>label[accesskey]:after,<BR/>legend[accesskey]:after,<BR/>textarea[accesskey]:after {<BR/> margin-left: 0.3em;<BR/> background-color: black;<BR/> color: white; <BR/> font-size: 125%;<BR/> padding: .125em .125em;<BR/> content: "[" attr(accesskey) "]";<BR/>}dhrasmushttp://www.blogger.com/profile/14527215934221483218noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-8429381441714318412008-02-11T22:05:00.000Z2008-02-11T22:05:00.000Z2008-02-11T22:05:00.000Zmntnoe, thanks for the compliment!mntnoe, thanks for the compliment!abeacockhttp://www.blogger.com/profile/01039992884679308726noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-26943631992355640492008-02-11T21:47:00.000Z2008-02-11T21:47:00.000Z2008-02-11T21:47:00.000ZAwesome tip...Too bad access keys aren't featured ...Awesome tip...<BR/><BR/>Too bad access keys aren't featured much on the Internet. Maybe one should invent a hack that forces access keys on links like "next", "previous" etc :-)mntnoewww.mntnoe.comnoreply@blogger.com