Searched refs:keypad (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/runtime/doc/ |
| H A D | intro.txt | 458 <kHome> keypad home (upper left) *keypad-home* 459 <kEnd> keypad end (lower left) *keypad-end* 460 <kPageUp> keypad page-up (upper right) *keypad-page-up* 461 <kPageDown> keypad page-down (lower right) *keypad-page-down* 462 <kPlus> keypad + *keypad-plus* 463 <kMinus> keypad - *keypad-minus* 464 <kMultiply> keypad * *keypad-multiply* 465 <kDivide> keypad / *keypad-divide* 466 <kEnter> keypad Enter *keypad-enter* 467 <kPoint> keypad Decimal point *keypad-point* [all …]
|
| H A D | term.txt | 510 t_KC <k0> keypad 0 *<k0>* *t_KC* *'t_KC'* 511 t_KD <k1> keypad 1 *<k1>* *t_KD* *'t_KD'* 512 t_KE <k2> keypad 2 *<k2>* *t_KE* *'t_KE'* 513 t_KF <k3> keypad 3 *<k3>* *t_KF* *'t_KF'* 514 t_KG <k4> keypad 4 *<k4>* *t_KG* *'t_KG'* 515 t_KH <k5> keypad 5 *<k5>* *t_KH* *'t_KH'* 516 t_KI <k6> keypad 6 *<k6>* *t_KI* *'t_KI'* 517 t_KJ <k7> keypad 7 *<k7>* *t_KJ* *'t_KJ'* 518 t_KK <k8> keypad 8 *<k8>* *t_KK* *'t_KK'* 519 t_KL <k9> keypad 9 *<k9>* *t_KL* *'t_KL'* [all …]
|
| H A D | version4.txt | 228 t_ke t_ke put terminal out of keypad transmit mode 229 t_ks t_ks put terminal in keypad transmit mode
|
| H A D | tags | 7692 keypad-0 intro.txt /*keypad-0* 7693 keypad-9 intro.txt /*keypad-9* 7694 keypad-comma term.txt /*keypad-comma* 7695 keypad-divide intro.txt /*keypad-divide* 7696 keypad-end intro.txt /*keypad-end* 7697 keypad-enter intro.txt /*keypad-enter* 7698 keypad-home intro.txt /*keypad-home* 7699 keypad-minus intro.txt /*keypad-minus* 7702 keypad-page-up intro.txt /*keypad-page-up* 7703 keypad-plus intro.txt /*keypad-plus* [all …]
|
| H A D | version6.txt | 1674 Added keypad special keys <kEnter>, <k0> - <k9>. When not mapped they behave 2365 Win32: Numeric keypad keys were missing from the builtin termcap entry. 8600 non-keypad keys, making it impossible to map them separately. 8601 Solution: Use different termcap codes for the keypad keys. (Neil Bird) 11571 Problem: GTK: When XIM is enabled normal "2" and keypad "2" cannot be 11573 Solution: Detect that XIM changes the keypad key to the expected ASCII
|
| H A D | version5.txt | 2347 Support for mapping numeric keypad +,-,*,/ keys. (Negri) 4753 Win32 console: <M-x> or ALT-x was not recognized. Also keypad '+', '-' and 6849 Solution: Added <kDel> and <kIns> to make the set of keypad keys complete.
|
| H A D | version8.txt | 26843 Problem: Xterm and vt320 builtin termcap missing keypad keys. 28613 Problem: Win32 console: keypad keys don't work. 28645 Solution: Use another solution for the keypad keys that doesn't break 46135 Solution: Skip keypad 3 and 9. (Yegappan Lakshmanan, closes #6070)
|
| H A D | version7.txt | 1848 Win32: The keypad decimal point always resulted in a '.', while on some
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 52 123 ESC = = DECKPAM, keypad application mode 53 123 ESC > = DECKPNM, keypad numeric mode
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | keyboard.c | 221 if(vt->state->mode.keypad) { in vterm_keyboard_key()
|
| H A D | vterm_internal.h | 112 unsigned int keypad:1; member
|
| H A D | state.c | 721 state->mode.keypad = 1; in on_escape() 725 state->mode.keypad = 0; in on_escape() 1901 state->mode.keypad = 0; in vterm_state_reset()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | readline.vim | 132 \ enable-keypad
|
| H A D | aml.vim | 59 … function getlastpoint getpoint goto iacreturn if ignore info inform key keypad label lc left lf l…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal3.vim | 644 " TODO: Mysteriously keypad 3 and 9 do not work on some systems.
|