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
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.