« Last post by mouser on February 16, 2021, 12:32 PM »
Just a reminder to folks to consider sending some donationcredits to people on the forum (click the gold coin under their name) who work on these coding snacks -- show them you appreciate what they are doing!
« Last post by mouser on February 15, 2021, 07:40 PM »
AHK (and airvine2 the person who made that ahk post) to the rescue! Thanks for finding that 4wd. So now I just need to tweak this scipt so that I can still do Ctrl+Mousewheel when I want to.. perhaps by remapping Ctrl+Alt+Wheel to send Ctrl+Wheel (actually it looks like Ctrl+Alt+Wheel zooms the size also, so maybe as long as the AHK script doesn't catch both it's all good).
EDIT: Works perfectly, no editing needed. Ctrl+MouseWheel scroll is disabled, but I can trigger it when I need to with Ctrl+Alt+Wheel. This solution is perfect since Ctrl+Alt is almost never used by me, so it's not something I will accidentally hit while trying to do something else the wheel is still free spinning.
Awesomeness -- I should have asked this question weeks ago. DonationCoder forum (and AHK) to the rescue!!
« Last post by mouser on February 15, 2021, 03:12 PM »
The problem is that I have a new logitech mouse, which has momentum on the scroll wheel, so essentially the scroll wheel sometimes keep moving in the direction i scroll it for a couple of seconds. So sometimes I will spin the scroll wheel and while it's still spinning I will go to do something that requires me to press the control key, and then all of a sudden I've changed the text font size from 10 to 1 or from 10 to 1000..
« Last post by mouser on February 15, 2021, 02:26 PM »
I am CONSTANTLY, and I mean many times per day, inadvertently changing the scaling of text in all manner of applications (especially web browser but also text editors), by scrolling the mouse wheel while the control key is held down. Is there a way to turn off this evil behavior?
« Last post by mouser on February 15, 2021, 09:52 AM »
For sure it is related to this problem. There seem to be two interacting issues/solutions.. So I have a beta that fixes one half of the problem, but then causes another half of a problem to return. The two problems seem to be related to the program tricking itself about monitor resolutions. So in the first problem, its not capturing the entire monitor sometimes; and in the second problem its zooming the screen when you do a region capture.
I think I can work on a fix this week and hope to solve this once and for all.
But I'd like to make sure I understand nkormanik's problem -- whether its happening on a normal window or workspace capture, or a selected region drag+capture operation.
« Last post by mouser on February 15, 2021, 08:40 AM »
This happened to me recently --it was as if SC was being confused by the monitor dimensions. What mode of capture are you performing that this happens?
« Last post by mouser on February 15, 2021, 05:21 AM »
I Think drgt is asking to sort the GROUPS not the clips within groups. For that, you must edit the GROUP and change the "Display Order Weight" manually, so that the Display Weight Order specifies the order for the groups. I will put on my todo list an option to sort them alphabetically.
« Last post by mouser on February 11, 2021, 06:29 PM »
Hi Vertigo.
You actually have some options with Screenshot Captor (and all of my apps).
Option 1 is use the portable version, which will keep all its files where you unzip it.
Option 2 is to edit the ConfigDir.ini file in the Screenshot Captor program files x86 directory, and tell it exactly where you want it to store your configuration settings, etc. (I think this is what you describe above in your third possibility). All of my programs support this feature.
« Last post by mouser on February 09, 2021, 03:44 PM »
I've been doing (solo) livestreams every weekend around midnight (US time). They are much less entertaining than the videos with my co-host, but they may provide a service in helping insomniacs fall asleep. The last one was 6.5 hours long.
« Last post by mouser on February 09, 2021, 01:05 PM »
That's a nice idea.. I have some code to pull an icon from an exe.. Wouldn't be too hard to do adapt the code, but hopefully a standalone tool already exists for this?