Document keyboard shortcuts

This commit is contained in:
Sascha Ißbrücker 2023-05-20 21:08:04 +02:00
parent a06f9035cf
commit 17ab203f4f
2 changed files with 11 additions and 0 deletions

View file

@ -173,6 +173,7 @@ Self-hosting web applications still requires a lot of technical know-how, and co
| [Backups](https://github.com/sissbruecker/linkding/blob/master/docs/backup.md) | How to backup the linkding database |
| [Troubleshooting](https://github.com/sissbruecker/linkding/blob/master/docs/troubleshooting.md) | Advice for troubleshooting common problems |
| [How To](https://github.com/sissbruecker/linkding/blob/master/docs/how-to.md) | Tips and tricks around using linking |
| [Keyboard shortcuts](https://github.com/sissbruecker/linkding/blob/master/docs/shortcuts.md) | List of available keyboard shortcuts |
| [Admin documentation](https://github.com/sissbruecker/linkding/blob/master/docs/Admin.md) | User documentation for the Admin UI |
| [API documentation](https://github.com/sissbruecker/linkding/blob/master/docs/API.md) | Documentation for the REST API |

10
docs/shortcuts.md Normal file
View file

@ -0,0 +1,10 @@
# Keyboard Shortcuts
The following keyboard shortcuts are currently available:
| Action | Shortcut |
|-------------------------------------------------------------------------------------------|-------------------------------------|
| Add new bookmark | <kbd>n</kbd> |
| Focus search input | <kbd>s</kbd> |
| Navigate bookmarks | <kbd></kbd>, <kbd></kbd> |
| Toggle bookmark notes | <kbd>e</kbd> |