mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-06 02:18:26 +02:00
Document keyboard shortcuts
This commit is contained in:
@@ -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> |
|
Reference in New Issue
Block a user