Start of work in testing the path in mp.pipes().
[mp-5.x.git] / doc / mp_keycodes.txt
blob2c1d84496e36cddc37c1b82099a4f620e28196d5
1 Minimum Profit Keycodes
2 =======================
4 Table with Minimum Profit's keycodes and their default assigned actions.
6  +---------------------+------------------------+
7  |             Keycode |                 Action |
8  +---------------------+------------------------+
9  |               alt-a |                   menu |
10  +---------------------+------------------------+
11  |     alt-cursor-left |         unindent_block |
12  +---------------------+------------------------+
13  |    alt-cursor-right |           indent_block |
14  +---------------------+------------------------+
15  |             alt-end |               move_eof |
16  +---------------------+------------------------+
17  |           alt-enter |      open_under_cursor |
18  +---------------------+------------------------+
19  |            alt-home |               move_bof |
20  +---------------------+------------------------+
21  |           alt-space |                   menu |
22  +---------------------+------------------------+
23  |           backspace |            delete_left |
24  +---------------------+------------------------+
25  |        close-window |                   exit |
26  +---------------------+------------------------+
27  |              ctrl-a |                   menu |
28  +---------------------+------------------------+
29  |              ctrl-b |          mark_vertical |
30  +---------------------+------------------------+
31  |              ctrl-c |              copy_mark |
32  +---------------------+------------------------+
33  |    ctrl-cursor-left |         move_word_left |
34  +---------------------+------------------------+
35  |   ctrl-cursor-right |        move_word_right |
36  +---------------------+------------------------+
37  |              ctrl-d |           section_list |
38  +---------------------+------------------------+
39  |            ctrl-end |               move_eof |
40  +---------------------+------------------------+
41  |          ctrl-enter |      open_under_cursor |
42  +---------------------+------------------------+
43  |              ctrl-f |                   seek |
44  +---------------------+------------------------+
45  |            ctrl-f10 |           record_macro |
46  +---------------------+------------------------+
47  |             ctrl-f3 |              seek_prev |
48  +---------------------+------------------------+
49  |              ctrl-g |                   goto |
50  +---------------------+------------------------+
51  |           ctrl-home |               move_bof |
52  +---------------------+------------------------+
53  |              ctrl-i |             insert_tab |
54  +---------------------+------------------------+
55  |       ctrl-kp-minus |               zoom_out |
56  +---------------------+------------------------+
57  |        ctrl-kp-plus |                zoom_in |
58  +---------------------+------------------------+
59  |              ctrl-m |            insert_line |
60  +---------------------+------------------------+
61  |              ctrl-n |                   next |
62  +---------------------+------------------------+
63  |              ctrl-o |                   open |
64  +---------------------+------------------------+
65  |      ctrl-page-down |         seek_next_char |
66  +---------------------+------------------------+
67  |        ctrl-page-up |         seek_prev_char |
68  +---------------------+------------------------+
69  |              ctrl-q |                   exit |
70  +---------------------+------------------------+
71  |              ctrl-r |                replace |
72  +---------------------+------------------------+
73  |              ctrl-s |                   save |
74  +---------------------+------------------------+
75  |          ctrl-space |                   menu |
76  +---------------------+------------------------+
77  |              ctrl-t |               find_tag |
78  +---------------------+------------------------+
79  |              ctrl-u |               complete |
80  +---------------------+------------------------+
81  |              ctrl-v |             paste_mark |
82  +---------------------+------------------------+
83  |              ctrl-w |                  close |
84  +---------------------+------------------------+
85  |              ctrl-x |               cut_mark |
86  +---------------------+------------------------+
87  |              ctrl-y |            delete_line |
88  +---------------------+------------------------+
89  |              ctrl-z |                   undo |
90  +---------------------+------------------------+
91  |         cursor-down |              move_down |
92  +---------------------+------------------------+
93  |         cursor-left |              move_left |
94  +---------------------+------------------------+
95  |        cursor-right |             move_right |
96  +---------------------+------------------------+
97  |           cursor-up |                move_up |
98  +---------------------+------------------------+
99  |              delete |                 delete |
100  +---------------------+------------------------+
101  |       dropped-files |     open_dropped_files |
102  +---------------------+------------------------+
103  |                 end |               move_eol |
104  +---------------------+------------------------+
105  |               enter |            insert_line |
106  +---------------------+------------------------+
107  |              escape |                   eval |
108  +---------------------+------------------------+
109  |                  f1 |                   help |
110  +---------------------+------------------------+
111  |                 f10 |           record_macro |
112  +---------------------+------------------------+
113  |                 f11 |               zoom_out |
114  +---------------------+------------------------+
115  |                 f12 |                zoom_in |
116  +---------------------+------------------------+
117  |                  f2 |                  build |
118  +---------------------+------------------------+
119  |                  f3 |              seek_next |
120  +---------------------+------------------------+
121  |                  f4 |    word_wrap_paragraph |
122  +---------------------+------------------------+
123  |                  f5 |        seek_misspelled |
124  +---------------------+------------------------+
125  |                  f6 |     seek_repeated_word |
126  +---------------------+------------------------+
127  |                  f7 |             play_macro |
128  +---------------------+------------------------+
129  |                  f8 |                 unmark |
130  +---------------------+------------------------+
131  |                  f9 |                   mark |
132  +---------------------+------------------------+
133  |                home |               move_bol |
134  +---------------------+------------------------+
135  |              insert |          toggle_insert |
136  +---------------------+------------------------+
137  |          mouse-drag |        mouse_drag_mark |
138  +---------------------+------------------------+
139  |   mouse-left-button | move_to_mouse_position |
140  +---------------------+------------------------+
141  | mouse-middle-button | move_to_mouse_position |
142  +---------------------+------------------------+
143  |  mouse-right-button | move_to_mouse_position |
144  +---------------------+------------------------+
145  |    mouse-wheel-down |  move_mouse_wheel_down |
146  +---------------------+------------------------+
147  |      mouse-wheel-up |    move_mouse_wheel_up |
148  +---------------------+------------------------+
149  |           page-down |              move_pgdn |
150  +---------------------+------------------------+
151  |             page-up |              move_pgup |
152  +---------------------+------------------------+
153  |           shift-tab |        insert_real_tab |
154  +---------------------+------------------------+
155  |               space |           insert_space |
156  +---------------------+------------------------+
157  |                 tab |             insert_tab |
158  +---------------------+------------------------+