From 17ab203f4f65a53c392db1d7d69145c0b2b0bafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Sat, 20 May 2023 21:08:04 +0200 Subject: [PATCH] Document keyboard shortcuts --- README.md | 1 + docs/shortcuts.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/shortcuts.md diff --git a/README.md b/README.md index 8d39514..a80f3b4 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/docs/shortcuts.md b/docs/shortcuts.md new file mode 100644 index 0000000..8824d45 --- /dev/null +++ b/docs/shortcuts.md @@ -0,0 +1,10 @@ +# Keyboard Shortcuts + +The following keyboard shortcuts are currently available: + +| Action | Shortcut | +|-------------------------------------------------------------------------------------------|-------------------------------------| +| Add new bookmark | n | +| Focus search input | s | +| Navigate bookmarks | , | +| Toggle bookmark notes | e |