1 Minimum Profit Keycodes
2 =======================
4 Table with Minimum Profit's keycodes and their default assigned actions.
6 +---------------------+------------------------+
8 +---------------------+------------------------+
9 | backspace | delete_left |
10 +---------------------+------------------------+
11 | close-window | exit |
12 +---------------------+------------------------+
14 +---------------------+------------------------+
15 | ctrl-b | mark_vertical |
16 +---------------------+------------------------+
17 | ctrl-c | copy_mark |
18 +---------------------+------------------------+
19 | ctrl-cursor-left | move_word_left |
20 +---------------------+------------------------+
21 | ctrl-cursor-right | move_word_right |
22 +---------------------+------------------------+
23 | ctrl-d | section_list |
24 +---------------------+------------------------+
25 | ctrl-end | move_eof |
26 +---------------------+------------------------+
27 | ctrl-enter | open_under_cursor |
28 +---------------------+------------------------+
30 +---------------------+------------------------+
31 | ctrl-f10 | record_macro |
32 +---------------------+------------------------+
33 | ctrl-f3 | seek_prev |
34 +---------------------+------------------------+
36 +---------------------+------------------------+
37 | ctrl-home | move_bof |
38 +---------------------+------------------------+
39 | ctrl-i | insert_tab |
40 +---------------------+------------------------+
41 | ctrl-kp-minus | zoom_out |
42 +---------------------+------------------------+
43 | ctrl-kp-plus | zoom_in |
44 +---------------------+------------------------+
45 | ctrl-m | insert_line |
46 +---------------------+------------------------+
48 +---------------------+------------------------+
50 +---------------------+------------------------+
51 | ctrl-page-down | seek_next_char |
52 +---------------------+------------------------+
53 | ctrl-page-up | seek_prev_char |
54 +---------------------+------------------------+
56 +---------------------+------------------------+
58 +---------------------+------------------------+
60 +---------------------+------------------------+
62 +---------------------+------------------------+
64 +---------------------+------------------------+
66 +---------------------+------------------------+
67 | ctrl-v | paste_mark |
68 +---------------------+------------------------+
70 +---------------------+------------------------+
72 +---------------------+------------------------+
73 | ctrl-y | delete_line |
74 +---------------------+------------------------+
76 +---------------------+------------------------+
77 | cursor-down | move_down |
78 +---------------------+------------------------+
79 | cursor-left | move_left |
80 +---------------------+------------------------+
81 | cursor-right | move_right |
82 +---------------------+------------------------+
83 | cursor-up | move_up |
84 +---------------------+------------------------+
86 +---------------------+------------------------+
88 +---------------------+------------------------+
89 | enter | insert_line |
90 +---------------------+------------------------+
92 +---------------------+------------------------+
94 +---------------------+------------------------+
95 | f10 | record_macro |
96 +---------------------+------------------------+
98 +---------------------+------------------------+
100 +---------------------+------------------------+
102 +---------------------+------------------------+
104 +---------------------+------------------------+
105 | f4 | word_wrap_paragraph |
106 +---------------------+------------------------+
107 | f5 | seek_misspelled |
108 +---------------------+------------------------+
109 | f6 | seek_repeated_word |
110 +---------------------+------------------------+
112 +---------------------+------------------------+
114 +---------------------+------------------------+
116 +---------------------+------------------------+
118 +---------------------+------------------------+
119 | mouse-drag | mouse_drag_mark |
120 +---------------------+------------------------+
121 | mouse-left-button | move_to_mouse_position |
122 +---------------------+------------------------+
123 | mouse-middle-button | move_to_mouse_position |
124 +---------------------+------------------------+
125 | mouse-right-button | move_to_mouse_position |
126 +---------------------+------------------------+
127 | mouse-wheel-down | move_mouse_wheel_down |
128 +---------------------+------------------------+
129 | mouse-wheel-up | move_mouse_wheel_up |
130 +---------------------+------------------------+
131 | page-down | move_pgdn |
132 +---------------------+------------------------+
133 | page-up | move_pgup |
134 +---------------------+------------------------+
135 | space | insert_space |
136 +---------------------+------------------------+
138 +---------------------+------------------------+