This should work, unless your keyboard does not send control-funckey combos.
map <C-F9> :echo 'hi'<cr> BTW, in insert mode, if you hit ^v or matbe ^q then any key, it will show you the fornat to use for thar key. On 4/30/06, Anton <[EMAIL PROTECTED]> wrote:
I found such a problem: I can't use key combinations with functional keys, so I can't map something on Ctrl+F9 for example. If I map it on Ctrl+<LETTER> everything works. In help I found that such a binding should look like :map <C-F9> <command> But if doesn't work. Where is my mistake?
