Title here
Summary here
The following are some canonical keyboard shortcuts for navigating this site:
Keys | Action | Type |
---|---|---|
C-K | Open Search Bar1 | Built-In |
C-S-\ | Toggle Light/Dark | Custom2 |
C-S-[ | Back One Page | Custom |
C-S-] | Next One Page | Custom |
C-S-' | To Top | Custom |
C-S-/ | To Bottom | Custom |
C-S-, | To Site’s Home | Custom |
C-S-. | To This Page | Custom |
where C-S-Key
means Ctrl+Shift+key
, C-Key
means Ctrl+key
.
(keymaps schematics produced with keyboardsimulator)
If you use an extension like vimium or vimium-c, the Esc
key might not work as expected when in search mode. ↩︎
In case you are also using doks and are wondering how to add custom shortcuts, you can see my simple implementation here. If you are hosting on Netlify, you would also need to modify the CSP settings (in my case, I used the unsafe-inline
option as specified in my netlify.toml
) for custom inline javascripts to be able to execute in production environment. ↩︎