edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

:map <S-D-Right> :bnext<CR> not working #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've had this binding (and the corresponding <S-D-Left> :bprev one) set up for 
quite a while. In recent 
versions it no longer works. I set the mapping.

What steps will reproduce the problem?

1. Create a binding for <S-D-Right> (or <D-S-Right>).
2. Press Shift-Cmd-Right. Nothing happens.

What is the expected output? What do you see instead?

Bound command should fire.

What version of MacVim and OS X are you using?

Snapshot 49, Mac OS X 10.6.1.

Please provide any additional information below.

Other directional/modifier bindings work, e.g. <C-S-Up>.

Original issue reported on code.google.com by bpgodfrey on 6 Nov 2009 at 2:42

GoogleCodeExporter commented 9 years ago
<S-D-O> doesn't fire the <D-O> bound action, so it seems MacVim is seeing the 
Shift and Cmd modifiers 
correctly.

Original comment by bpgodfrey on 6 Nov 2009 at 2:47

GoogleCodeExporter commented 9 years ago
Really sorry. I see you have fixed this in Snapshot 50.

Please feel free to close this issue. My bad.

Original comment by bpgodfrey on 6 Nov 2009 at 2:51

GoogleCodeExporter commented 9 years ago
No worries.  Glad you sorted it out.

Original comment by bjorn.winckler@gmail.com on 6 Nov 2009 at 3:04