keyoverride 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # dselect - Debian GNU/Linux package maintenance user interface
  2. # keyoverride - override strings for ncurses key names
  3. #
  4. # Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.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
  8. # published by the Free Software Foundation; either version 2,
  9. # or (at your option) any later version.
  10. #
  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.
  15. #
  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.
  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]