topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday September 16, 2026, 10:50 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1]
1
Developer's Corner / Re: AutoHotKey bound hotkeys routinely being stolen
« Last post by TerminalFin on October 30, 2024, 10:28 AM »
A little birdie told me you would be the one replying, Skwire :)

I think it was April ;-)
2
Developer's Corner / AutoHotKey bound hotkeys routinely being stolen
« Last post by TerminalFin on October 30, 2024, 09:00 AM »
Greetings all!

I have a decent sized AHK script that contains multiple hotkeys and functions I use throughout the day. What I've found, however, is that from time to time, some of these hotkeys cease functioning.

As such, I've had to add in a "Reload" hotkey snippet that I can call that restores the other hotkeys and text replacements to function.

; Reload script
^!+x:: {
   Reload
   return
}

Is there a better way to do this, or to prevent the hotkeys/strings from being overriden by another app?
3
Now I'm going to have to see if I can hack this :) You know, just because Munch would approve
4
Living Room / Re: Do good mice still exist? Looking for recommendations.
« Last post by TerminalFin on June 01, 2024, 10:30 PM »
My Logitech MX Master series mouse is amazing. I used to be a huge advocate for trackballs, and likely still would be, if it weren't for the multi-system support of the MX series.
Pages: [1]