AutoHotKey global hotkey redirection doesn't work in TC

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
fido
Junior Member
Junior Member
Posts: 2
Joined: 2016-08-28, 15:17 UTC

AutoHotKey global hotkey redirection doesn't work in TC

Post by *fido »

Hi,

I've recently started to use AHK to redirect some of my favorites hot keys, cause Windows tend to restrict them. For example I have a very simple script that rebinds Win+V:

Code: Select all

#v::^#v
It's just redirecting Win+V to Ctrl+Win+V which I use for Ditto (can't bind to Win+V directly - restricted by Windows).
The problem is it doesn't seem to work in Total Commander and so far it's the only problematic application.. It does work in other applications I use daily without any issues.

Any ideas what could be the problem? I use 64-bit version of both of them in case it matters.

Using TC 8.52a and AHK 1.1.24.01

Thanks in advance for any hints.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7022
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

Win+V nor CTRL-WIN+V have any meaning in TC.
There is no influence of TC for hotkeys which have no binding in TC at all.
I use a lot of Autohotkey scripts myself including many hotkeys and there is no problem togehter with TC. Also I use QAP which also is a Autohotkey application with many hotkeys and TC integration..
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.6 x64
fido
Junior Member
Junior Member
Posts: 2
Joined: 2016-08-28, 15:17 UTC

Post by *fido »

That's what I was afraid of. Thanks for your reply. I might wanna try AHK forum then.
Post Reply