On 30 June 2010 19:53, Jordan Lewis wrote: > On Wed, Jun 30, 2010 at 12:43 PM, björn wrote: >> >> ... >> >> One comment regarding the code: since vertical movement uses <MouseUp> >> and <MouseDown> I named the horizontal keys <MouseLeft> and >> <MouseRight> but I realize that this can be kind of confusing since >> e.g. <LeftMouse> is used for clicking the left mouse button. Should I >> change the names? To what? >> >> ... > > Perhaps all of those identifiers should be changed to <MouseScrollFoo>. > <MouseUp> for scrolling upward is just as confusing to me as <MouseLeft> for > scrolling left.
I agree that <MouseUp> is also confusing but unfortunately that can't be changed since it will break backward compatibility (it is possible to bind to <MouseUp>). Using <MouseScrollLeft> but then <MouseUp> seemed even weirder to me which is why I chose <MouseLeft> even though I dislike it. Björn -- 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
