keyoverride 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. 32 Space
  19. 13 Return
  20. 27 Escape
  21. 28 ^\
  22. 29 ^]
  23. 30 ^^
  24. 31 ^_
  25. 34 Quote
  26. 39 Apostrophe
  27. 44 Comma
  28. 45 Hyphen
  29. 47 Slash
  30. 59 Semicolon
  31. 92 Backslash
  32. 96 Backquote
  33. 127 DEL
  34. KEY_UP Up
  35. KEY_DOWN Down
  36. KEY_RIGHT Right
  37. KEY_LEFT Left
  38. KEY_IC Insert
  39. KEY_SIC Shift Insert
  40. KEY_DC Delete
  41. KEY_SDC Shift Delete
  42. KEY_NPAGE Page Down
  43. KEY_PPAGE Page Up
  44. KEY_CATAB Clear Tabs
  45. KEY_EIC EIC
  46. KEY_EOL EOL
  47. KEY_SEOL Shift EOL
  48. KEY_EOS EOS
  49. KEY_LL Bottom
  50. KEY_SF Scroll Forward
  51. KEY_SR Scroll Reverse
  52. KEY_SRESET Soft Reset
  53. KEY_SLEFT Shift Left
  54. KEY_SRIGHT Shift Right
  55. KEY_SPREVIOUS Shift Previous
  56. KEY_MAX [elide]
  57. KEY_MIN [elide]