Shortcuts are always nice and fast to use. Wonder if you have to go in edit menu every time for copying and pasting something ? Life would be hard. Isn’t it ? But why only shortcut for desktop application when you can add shortcut to your web application or website navigation with no extra hard work.
To assign a shortcut to a link you just need to add attribute named accesskey to a tag.
For example if you have linked TeraBug blog from your website D-: then below example shows how to assign “t” shortcut key to the link to TeraBug.
<a href=http://www.terabug.com accesskey=”t”>TeraBug Technology Blog</a>
All shortcuts are operated using Alt + Shift key combination. Above example combination will be launched using Alt + Shift + t.
Tip: You can display popup or tooltip on menu to let your users know the hot key.
So what are you waiting for ? Start assigning all your websites shortcut keys today.