On 25 October 2010 11:26, Barrie Stott <[email protected]> wrote:
>
> It took me quite some time to find how to delete the character after the 
> cursor since there is no delete key; BackSpace is used for the character 
> before the cursor and <fn-BackSpace> for the one after. I'd like to know what 
> to use for <fn-..>, in a similar fashion to <D-..> being used for <cmd-..>. I 
> suspect that I'll be able to do most of what I want using <C-..> and <M-..> 
> but the magic for <fn-..> may be necessary.

There is no way (in Cocoa) to check if the fn key is pressed -- if you
want to know which key sequence Vim receives go into insert mode, hit
Ctrl+V then hit the key sequence you are interested in.  For example,
if you do this with fn+delete then Vim will reply with <Del>.

Björn

-- 
You received this message from the "vim_mac" 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

Reply via email to