HTML Keyboard Shortcuts with accesskey
I added keyboard shortcuts to this website with accesskey HTML attribute.
The accesskey global attribute provides a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character (which includes accented and other characters that can be generated by the keyboard).
The way to activate the accesskey depends on the browser and its platform.
On MacOS:
OPTION + CONTROL + bopens the Blog page.OPTION + CONTROL + popens the Projects page.OPTION + CONTROL + copens the Contact page.OPTION + CONTROL + topens the Tags page.OPTION + CONTROL + sopens the Talks page.OPTION + CONTROL + mopens the Me page.OPTION + CONTROL + copens the CV page.
In the blog page, OPTION + CONTROL + 1 opens the latest post.
Tags: #automation #html