keys 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #
  2. # Calcurse keys configuration file
  3. #
  4. # This file sets the keybindings used by Calcurse.
  5. # Lines beginning with "#" are comments, and ignored by Calcurse.
  6. # To assign a keybinding to an action, this file must contain a line
  7. # with the following syntax:
  8. #
  9. # ACTION KEY1 KEY2 ... KEYn
  10. #
  11. # Where ACTION is what will be performed when KEY1, KEY2, ..., or KEYn
  12. # will be pressed.
  13. #
  14. # To define bindings which use the CONTROL key, prefix the key with 'C-'.
  15. # The escape, space bar and horizontal Tab key can be specified using
  16. # the 'ESC', 'SPC' and 'TAB' keyword, respectively.
  17. # Arrow keys can also be specified with the UP, DWN, LFT, RGT keywords.
  18. # Last, Home and End keys can be assigned using 'KEY_HOME' and 'KEY_END'
  19. # keywords.
  20. #
  21. # A description of what each ACTION keyword is used for is available
  22. # from calcurse online configuration menu.
  23. generic-cancel ESC
  24. generic-select SPC
  25. generic-credits @
  26. generic-help ?
  27. generic-quit q Q
  28. generic-save s S ^S
  29. generic-reload R
  30. generic-copy c
  31. generic-paste p ^V
  32. generic-change-view TAB
  33. generic-import i I
  34. generic-export x X
  35. generic-goto g G
  36. generic-other-cmd o O
  37. generic-config-menu C
  38. generic-redraw ^R
  39. generic-add-appt ^A
  40. generic-add-todo ^T
  41. generic-prev-day T ^H
  42. generic-next-day t ^L
  43. generic-prev-week W ^K
  44. generic-next-week w ^J
  45. generic-prev-month M
  46. generic-next-month m
  47. generic-prev-year Y
  48. generic-next-year y
  49. generic-scroll-down ^N
  50. generic-scroll-up ^P
  51. generic-goto-today ^G
  52. generic-command :
  53. move-right l L RGT
  54. move-left h H LFT
  55. move-down j J DWN
  56. move-up k K UP
  57. start-of-week 0
  58. end-of-week $
  59. add-item a A
  60. del-item d D
  61. edit-item e E
  62. view-item v V
  63. pipe-item |
  64. flag-item !
  65. repeat r
  66. edit-note n N
  67. view-note >
  68. raise-priority +
  69. lower-priority -