Keyboard and URL Shortcuts
This page lists all assigned short URL paths and keyboard shortcuts that provide quick access to main sections of the website.
These shortcuts are designed to improve accessibility for keyboard users, screen reader users, and power users.
URL Shortcuts
These are normal, accessible URLs (not JavaScript shortcuts).
Each uses a compliant HTML meta refresh redirect.
| Shortcut | Redirects to | Description |
|---|---|---|
/1 |
/ |
Home page |
/a |
/about/ |
About Sunil Abraham |
/c |
/contact/ |
Contact information |
/h |
/ |
Home page |
/p |
/projects/ |
Projects |
/u |
/publications/ |
Publications, articles, and book chapters |
/v |
/videos/ |
Videos |
Keyboard Shortcuts
Keyboard shortcuts work everywhere on the site and provide instant navigation without using the mouse.
These are implemented using lightweight, accessible JavaScript in the site footer.
Keyboard Shortcuts
Keyboard shortcuts work everywhere on the site and provide instant navigation without using the mouse.
These are implemented using lightweight, accessible JavaScript in the site footer.
| Keys | Action | Description |
|---|---|---|
| Alt + Shift + G | Open GitHub source | Opens the GitHub repository page for the exact source file of the current page |
| Alt + Shift + X | Load a random page | Takes you to /random/, which instantly redirects to a random page across the site |
Accessibility Notes
- URL shortcuts are simple, predictable, and compatible with all browsers and assistive technologies.
- Keyboard shortcuts are designed to avoid conflicts with common browser shortcuts.
- The
Alt + Shiftmodifier combination follows accessibility guidelines used by MediaWiki (Wikipedia) for cross-browser compatibility. - Shortcut pages use compliant HTML redirects.
- This directory is listed in the sitemap, but the individual shortcut pages are not, to avoid SEO duplication.
📄 This page was created on . On GitHub, you may preview this page Tip: Press Alt+Shift+G or see its raw source.