summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-25 20:29:10 +0300
committerAndrew Dolgov <[email protected]>2015-07-25 20:29:10 +0300
commitacbb194b0d9949410715e564fd6a1cccd7ac4cc4 (patch)
treeddc36ff99b49e6e7a21d5080fb5d49cb3ae37748
parent1d0c80fb24673a6e4d3560c798d0e79085f787fd (diff)
fox created page: KeyboardShortcuts
-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]]