From e7e145401dcade6f9241e8a04480654e4ea3bc3d Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Tue, 18 Sep 2007 19:39:51 +0000 Subject: [PATCH] git-svn-id: http://macvim.googlecode.com/svn/trunk@247 96c4425d-ca35-0410-94e5-3396d5c13a8f --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 386ba7cb2a..cba6e0a88e 100644 --- a/README +++ b/README @@ -129,8 +129,14 @@ Keyboard stuff: returns 1, charactersIgnoringModifiers returns . - (2) handles: Ctrl+key, enter, backspace, escape. same note on translation of Ctrl+key as above holds true. + come Ctrl+key combos are by default mapped to several commands, so Ctrl+keys + must be intercepted in keyDown: - (3) handles: Cmd+key, arrow keys, function keys, help key + Cmd+letter keys never reach the app if this method isn't overridden (but + Cmd+function keys do) + Cmd+function key must not be intercepted here or input methods won't work - and are two different characters (the former is 0xa0) +- Cocoa translates to Ctrl-C so this must be taken care of Bugs: