|
11
|
Main Area and Open Discussion / Living Room / Re: Select ENTER with mouse click
|
on: February 12, 2013, 09:27:40 PM
|
The problem with clicking someplace outside the window you are working on is that you will change focus, so any <Enter> or <Return> at that point wouldn't happen in the correct window, at least not with only a few lines of script. I use mouse rocker combinations (hold down one button and click/doubleclick/triple click the other, hold down one button and click the scroll wheel, hold down one button and roll the scroll wheel) for a variety of things: cut, copy, paste, delete, return, escape, close tab. Each assignment is a few lines of Autohotkey script. I use LeftButton/ScrollDown for <ENTER>, maybe that sort of thing would work for you adjusted to the trackball. A snippet of code I lifted/copied/adapted from someone/someplace else: [ copy or print] ~LButton & WheelDown:: Send,{LButton Up} GetKeyState, State, WheelDown If State = U { Send,{Enter} ToolTip, Enter SetTimer, RemoveToolTip, 2000 }
|
|
|
|
|
19
|
Main Area and Open Discussion / Living Room / Re: Audio Timestamping from Electric Hum
|
on: December 14, 2012, 11:24:18 PM
|
|
No argument with what you are saying, except for the idea that a UPS "filters" rough generator power. People think UPS's work the way a charger/battery/inverter setup works, with all the 120v power being converted to 12v and back to 120v via the inverter 100% of the time.
But that's off-topic, sorry.
|
|
|
|
|
25
|
Main Area and Open Discussion / General Software Discussion / Re: Two classes of membership here?
|
on: November 13, 2012, 01:07:35 PM
|
Apology is not needed, but do message me with details of what you think was deleted so I can look into it.
You're a class act mouser, no surprise to anyone who's paid even a little attention. But this caught me on a cranky day, so one last snipe and then I'll go back in my hole. I note that you've received no reply to your offer to resolve the problem.
|
|
|
|
|