dpkg (1.18.25) stretch; urgency=medium
[dpkg] / dselect / keyoverride
CommitLineData
1479465f
GJ
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
1932 Space
2013 Return
2127 Escape
2228 ^\
2329 ^]
2430 ^^
2531 ^_
2634 Quote
2739 Apostrophe
2844 Comma
2945 Hyphen
3047 Slash
3159 Semicolon
3292 Backslash
3396 Backquote
34127 DEL
35KEY_UP Up
36KEY_DOWN Down
37KEY_RIGHT Right
38KEY_LEFT Left
39KEY_IC Insert
40KEY_SIC Shift Insert
41KEY_DC Delete
42KEY_SDC Shift Delete
43KEY_NPAGE Page Down
44KEY_PPAGE Page Up
45KEY_CATAB Clear Tabs
46KEY_EIC EIC
47KEY_EOL EOL
48KEY_SEOL Shift EOL
49KEY_EOS EOS
50KEY_LL Bottom
51KEY_SF Scroll Forward
52KEY_SR Scroll Reverse
53KEY_SRESET Soft Reset
54KEY_SLEFT Shift Left
55KEY_SRIGHT Shift Right
56KEY_SPREVIOUS Shift Previous
57KEY_MAX [elide]
58KEY_MIN [elide]