I am obliged to use Windows at work, and some of the mappings I am trying to 
implement in gvim 7.3.762 appear to be failing because the keypad enter key 
<kEnter> cannot be mapped independently of <Enter>.

To reproduce: 

The following mapping is not triggered Enter or keypad-Enter:

  :nnoremap <kEnter> :echo "kEnter"<CR>

However, the following mapping is triggered by both Enter and keypad-Enter:

  :nnoremap <Enter> :echo "Enter"<CR>

Is this a bug, or am I missing something?

Thanks in advance for your help.

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Raspunde prin e-mail lui