> -----Ursprüngliche Nachricht----- > Von: Tony Mechelynck [mailto:[email protected]] > Gesendet: Samstag, 10. Dezember 2011 03.31 > An: [email protected] > Cc: Paul Maier; 'Tim Chase' > Betreff: Re: AW: How to give middle mouse button emulation more time? > > On 10/12/11 01:38, Paul Maier wrote: > > Hi, > > > > vim emulates a middle mouse button press by clicking left and right mouse > > button > > simultaneously. Works fine. > > > > But often I'm too slow to click both buttons at the very same time. > > I'm too slow for the default emulation tolerance. > > > > I'm looking for an option how to set the emulation tolerance to say 100 ms. > > Is there such an option? I've been looking through the docu, but I couldn't > > spot anything. > > > > > > > >> -----Ursprüngliche Nachricht----- > >> Von: [email protected] [mailto:[email protected]] Im Auftrag > >> von Tim Chase > >> Gesendet: Montag, 5. Dezember 2011 22.43 > >> > >> > >> You omit whether you're running (console)vim or gvim and on which OS. > > > > > > > > > > I am running gvim GUI on Windows 7. > > > > Middle mouse emulation works, but I'm just too slow for it. > > > > Who does handle the emulation: Windows 7 or gvim? > > That would give a hint where to search for a chance to modify the default > > speed. > > > > > > Thanks, > > Paul > > > > > > I think it's Windows 7. Does it work the same way in other programs > where a middle-click is recognized? (Firefox etc. maybe?) > > But I've never used Windows 7 and I wouldn't know where to search. > > > Best regards, > Tony. > -- > "I'd love to go out with you, but I'm doing door-to-door collecting for > static cling."
Windows had these 2 button mice some years ago and I don't know any "normal" Windows program that pastes using middle mouse, therefore I expect no support in Windows for a middle mouse emulation. UNIX-accessing Software like Cygwin X or Hummingbird have their own middle mouse emulaton and their own setting of the speed parameter. They wouldn't have if Windows would do this for them. I guess the emulation is done by gvim. In gvim see :help mousemodel. It says in line "middle click" for all models "paste". Paul -- You received this message from the "vim_use" 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
