dpkg (1.2.12); priority=LOW
[dpkg.git] / dselect / keyoverride
blob4de681f10e7adcc330ce8b2d974cc07cb015374c
1 # dselect - Debian GNU/Linux package maintenance user interface
2 # keyoverride - override strings for ncurses key names
4 # Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk>
6 # This is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as
8 # published by the Free Software Foundation; either version 2,
9 # or (at your option) any later version.
11 # This is distributed in the hope that it will be useful, but
12 # 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.
16 # You should have received a copy of the GNU General Public
17 # License along with this; if not, write to the Free Software
18 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 32              Space
21 13              Return
22 27              Escape
23 28              ^\
24 29              ^]
25 30              ^^
26 31              ^_
27 34              Quote
28 39              Apostrophe
29 44              Comma
30 45              Hyphen
31 47              Slash
32 59              Semicolon
33 92              Backslash
34 96              Backquote
35 127             DEL
36 KEY_UP          Up
37 KEY_DOWN        Down
38 KEY_RIGHT       Right
39 KEY_LEFT        Left
40 KEY_IC          Insert
41 KEY_SIC         Shift Insert
42 KEY_DC          Delete
43 KEY_SDC         Shift Delete
44 KEY_NPAGE       Page Down
45 KEY_PPAGE       Page Up
46 KEY_CATAB       Clear Tabs
47 KEY_EIC         EIC
48 KEY_EOL         EOL
49 KEY_SEOL        Shift EOL
50 KEY_EOS         EOS
51 KEY_LL          Bottom
52 KEY_SF          Scroll Forward
53 KEY_SR          Scroll Reverse
54 KEY_SRESET      Soft Reset
55 KEY_SLEFT       Shift Left
56 KEY_SRIGHT      Shift Right
57 KEY_SPREVIOUS   Shift Previous
58 KEY_MAX         [elide]
59 KEY_MIN         [elide]