summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--KeyboardShortcuts.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/KeyboardShortcuts.md b/KeyboardShortcuts.md
new file mode 100644
index 0000000..e4064c1
--- /dev/null
+++ b/KeyboardShortcuts.md
@@ -0,0 +1,14 @@
+Keyboard Shortcuts
+==================
+
+A lot of common actions in Tiny Tiny RSS can be performed using keyboard
+shortcuts. You can display shortcut help by opening <code>Actions -\>
+Keyboard shortcuts</code> dropdown.
+
+Tiny Tiny RSS uses multi-key shortcuts inspired by Emacs prefix
+notation. So “c m” means you press “c” and “m” sequentially.
+
+Since version:1.7.0 you can modify hotkey maps using plugins, see
+<code>plugins/swap\_jk</code> for an example.
+
+See also: [[InterfaceTips]]