mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-28 01:40:17 -05:00
terminfo: add remaining keypad keys
This commit is contained in:
parent
26528f6a73
commit
ad8f293d96
2 changed files with 15 additions and 2 deletions
|
|
@ -16,8 +16,9 @@
|
||||||
_"Synchronized Updates"_ are supported.
|
_"Synchronized Updates"_ are supported.
|
||||||
* `--hold` command line option to `footclient`.
|
* `--hold` command line option to `footclient`.
|
||||||
* Key mapping for `KP_Decimal`.
|
* Key mapping for `KP_Decimal`.
|
||||||
* Terminfo entries `ka1`, `ka3`, `kc1` and `kc3` (upper left/right and
|
* Terminfo entries for keypad keys: `ka1`, `ka2`, `ka3`, `kb1`, `kb3`,
|
||||||
lower left/right keypad keys).
|
`kc1`, `kc2`, `kc3`, `kp5`, `kpADD`, `kpCMA`, `kpDIV`, `kpDOT`,
|
||||||
|
`kpMUL`, `kpSUB` and `kpZRO`.
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
12
foot.info
12
foot.info
|
|
@ -136,10 +136,14 @@ foot+base|foot base fragment,
|
||||||
kUP7=\E[1;7A,
|
kUP7=\E[1;7A,
|
||||||
kUP=\E[1;2A,
|
kUP=\E[1;2A,
|
||||||
ka1=\EOw,
|
ka1=\EOw,
|
||||||
|
ka2=\EOx,
|
||||||
ka3=\EOy,
|
ka3=\EOy,
|
||||||
|
kb1=\EOt,
|
||||||
kb2=\EOu,
|
kb2=\EOu,
|
||||||
|
kb3=\EOv,
|
||||||
kbs=^?,
|
kbs=^?,
|
||||||
kc1=\EOq,
|
kc1=\EOq,
|
||||||
|
kc2=\EOr,
|
||||||
kc3=\EOs,
|
kc3=\EOs,
|
||||||
kcbt=\E[Z,
|
kcbt=\E[Z,
|
||||||
kcub1=\EOD,
|
kcub1=\EOD,
|
||||||
|
|
@ -217,6 +221,14 @@ foot+base|foot base fragment,
|
||||||
kind=\E[1;2B,
|
kind=\E[1;2B,
|
||||||
kmous=\E[M,
|
kmous=\E[M,
|
||||||
knp=\E[6~,
|
knp=\E[6~,
|
||||||
|
kp5=\EOE,
|
||||||
|
kpADD=\EOk,
|
||||||
|
kpCMA=\EOl,
|
||||||
|
kpDIV=\EOo,
|
||||||
|
kpDOT=\EOn,
|
||||||
|
kpMUL=\EOj,
|
||||||
|
kpSUB=\EOm,
|
||||||
|
kpZRO=\EOp,
|
||||||
kpp=\E[5~,
|
kpp=\E[5~,
|
||||||
kri=\E[1;2A,
|
kri=\E[1;2A,
|
||||||
oc=\E]104\E\\,
|
oc=\E]104\E\\,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue