Tim Johnson 写道: > I'm using vim 7.1 - huge model on Linux with KDE 3.5.10. Back in my > emacs days, I was able to use emacs functions with escape sequences > to enable that system to interpert all keypad input as unique keys. > Example: the minus key on the keypad is read as kp-minus. I have > observed that on my system, only four of the numeric keypad keys are > read distinctly different from their lexical counterparts on the > main keyboard. > > They are: <kPageUp>, <kPageUp>,<kHome>, and <kEnd>. > > I would find it very valuable indeed to be able to read all of the > keypad keys as unique keys. Indeed, xev _does_ read them with unique > identifiers.
If you are using console vim you should check the capabilities of your terminal program. if you are using gvim you should check X settings. On my computer, vim does not support the left/right/up/down/pad5 keys as different from their lexical counterparts. but for kHome/kPgUp/kEnd/kPgDn/kInsert/kDel/kMinus/kMultiply/kDivide/kPlus/kEnter it supports. I don't know whether vim supports the kLeft/kRight/kUp/kDown/kPad5 or not. anyone knows? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
