Bring some sanity into key handling
[llpp.git] / keys.ml
blobeae37164dd10bd732d7a7c81bd61d10fab68c973
1 type pv =
2 [ `Ascii of char | `Code of int | `Fn of int
3 | `Backspace | `Delete | `Escape | `Insert | `Enter
4 | `KPdelete | `KPdown | `KPend | `KPenter | `KPhome
5 | `KPleft | `KPminus | `KPnext | `KPplus | `KPprior
6 | `KPright | `KPup
7 | `Up | `Down | `Left | `Right | `Next | `Prior | `Home | `End ]
8 ;;