mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-21 19:03:02 +00:00
Document keyboard shortcuts
This commit is contained in:
parent
a06f9035cf
commit
17ab203f4f
2 changed files with 11 additions and 0 deletions
|
@ -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
10
docs/shortcuts.md
Normal 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> |
|
Loading…
Reference in a new issue