awful debugging hacking
[dpkg] / dselect / keyoverride
1 # dselect - Debian package maintenance user interface
2 # keyoverride - override strings for ncurses key names
3 #
4 # Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
5 #
6 # This is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10 #
11 # This is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <https://www.gnu.org/licenses/>.
18
19 32 Space
20 13 Return
21 27 Escape
22 28 ^\
23 29 ^]
24 30 ^^
25 31 ^_
26 34 Quote
27 39 Apostrophe
28 44 Comma
29 45 Hyphen
30 47 Slash
31 59 Semicolon
32 92 Backslash
33 96 Backquote
34 127 DEL
35 KEY_UP Up
36 KEY_DOWN Down
37 KEY_RIGHT Right
38 KEY_LEFT Left
39 KEY_IC Insert
40 KEY_SIC Shift Insert
41 KEY_DC Delete
42 KEY_SDC Shift Delete
43 KEY_NPAGE Page Down
44 KEY_PPAGE Page Up
45 KEY_CATAB Clear Tabs
46 KEY_EIC EIC
47 KEY_EOL EOL
48 KEY_SEOL Shift EOL
49 KEY_EOS EOS
50 KEY_LL Bottom
51 KEY_SF Scroll Forward
52 KEY_SR Scroll Reverse
53 KEY_SRESET Soft Reset
54 KEY_SLEFT Shift Left
55 KEY_SRIGHT Shift Right
56 KEY_SPREVIOUS Shift Previous
57 KEY_MAX [elide]
58 KEY_MIN [elide]