Mar 02
## gold txmouse setup for fixing the hightlight-paste annoyance in vnc and vmware
REGEDIT4
[HKEY_CURRENT_USER\Software\<appro@fy.chalmers.se>\TXMouse]
“AutoRaiseDelay”=dword:0
“ExemptedClasses”=”rfb::win32::DesktopWindowClass*;WindowsForms10.Window.8.app.0.3*;EXCEEDW:*;XWinClass;cygwin/x*;vncviewer*;tightVNC*;wMFService*;UIMainClass;TSSHELLWND;MSPaintApp;Basilisk*;tty;”
“ExemptedModules”=”vmware.exe;msrdp.ocx;mstscax.ocx;wfica.ocx;”
“RapidClickInterval”=dword:0000014d
“TwoButtons”=dword:0
I‘m a huge fan of the Windows app TXMouse
By default it avoids a set of apps it doesn’t interact well with. As of early 2010 it does not work correctly with an X11 session running on RealVNC. The symptoms are:
- double-pastes in xterms
- anything mouse highlighted in emacs immediately pastes into the buffer
The TXMouse site has a way to figure out what is going on, here’s what I found for newer RealVNC viewer:
REGEDIT4
[HKEY_CURRENT_USER\Software\<appro@fy.chalmers.se>\TXMouse] "AutoRaiseDelay"=dword:0 "ExemptedClasses"="rfb::win32::DesktopWindowClass*;WindowsForms10.Window.8.app.0.3*;EXCEEDW:*;XWinClass;cygwin/x*;vncviewer*;tightVNC*;wMFService*;UIMainClass;TSSHELLWND;MSPaintApp;Basilisk*;tty;" "ExemptedModules"="vmware.exe;msrdp.ocx;mstscax.ocx;wfica.ocx;" "RapidClickInterval"=dword:0000014d "TwoButtons"=dword:0
Leave a Reply
You must be logged in to post a comment.