l10n: Updated Russian (ru) translation to 100%
[maepad.git] / README
blobd5479f7e45ea747fd9d810675f94c3145d42c489
1 MaePad README
2 =============
4 MaePad's keybindings try to emulate Vim keybindings as much as possible
5 to allow Vim users to get productive very quickly. We also try to avoid
6 combinations of keys (e.g. Ctrl+something) and if we use combinations,
7 they should ideally use a modified from the left side of the keyboard
8 with other keys from the right side of the keyboard (for easier typing).
10 If your memos consist (mostly) of checklists, you can use the movement
11 keys H, J, K and L to navigate around. Moving left ("h") is considered
12 going from the node view to the memos list and moving right ("l") is
13 considered going from the memos list to the node view.
16 Key bindings for the main view (normal mode)
17 --------------------------------------------
19  o ......................... Add new memo
20  r ......................... Rename node ("replace name")
21  Backspace ................. Delete memo (with confirmation)
23  w ......................... Save changes ("write buffer")
24  Return/Enter/l ............ View selected node
26  gg ........................ Select first memo
27  Up/k ...................... Select previous memo (in current depth)
28  Down/j .................... Select next (child) memo
29  G ......................... Select last memo
31  / ......................... Search mode
34 Key bindings for the main view (search mode)
35 --------------------------------------------
37  Return/Enter .............. View selected node
38  Up ........................ Select previous memo
39  Down ...................... Select next memo
42 Key bindings for sketch memos
43 -----------------------------
45  Space ..................... Toggle eraser tool
47  Backspace/j ............... Undo last action
48  k ......................... Redo (undo^2)
50  Shift+Backspace ........... Delete memo (with confirmation)
52  h ......................... Close memo / goto main view ("move left")
53  f ......................... Fullscreen mode
56 Key bindings for checklists
57 ---------------------------
59  o ......................... Add new checklist item after selection
60  O ......................... Add new checklist item before selection
61  a ......................... Append text to selected item
62  Return/Enter/r ............ Edit selected item ("replace item")
63  i ......................... Prepend text to selected item ("insert")
65  yy ........................ Copy ("yank") selection into clipboard
66  dd ........................ Delete selection into clipboard
67  p ......................... Paste clipboard ("put") after selection
68  P ......................... Paste clipboard ("put") before selection
70  Backspace ................. Delete item (with confirmation)
71  Shift+Backspace ........... Delete memo (with confirmation)
72  Space ..................... Toggle check mark on selected item
74  gg ........................ Select first item
75  Up/k ...................... Select previous item
76  Down/j .................... Select next item
77  G ......................... Select last item
79  h ......................... Close memo / goto main view ("move left")
80  f ......................... Fullscreen mode
82 Not implemented yet:
84  / ......................... Search
87 Key bindings for the confirmation dialog
88 ----------------------------------------
90  Return/Enter/y ............ Positive response ("Yes")
91  Escape/Backspace/n ........ Negative response ("No")
94 Key bindings for the edit line dialog (initially empty)
95 -------------------------------------------------------
97  Backspace (when empty) .... Close/cancel dialog