Could you share your project file? It is unclear to me whether when you say for instance control down whether you say control key down but not up or control key plus down arrow.
There are certain keystrokes in Windows that only behave when there are programs focused. For instance Win(Down) will only close the current active window and if there are no active windows, nothing happens. This is normal Windows behavior.
Steve Caldwell
Bome Customer Care
Also available for paid consulting services: bome@sniz.biz
As soon as a program with Admin Rights is in Focus, the Keystrokes doesn’t work anymore!
Tested this with Total Commander, Chrome, Windows Editor and some more, as soon as I start them in Admin mode the Keystrokes from the Midi Translator refused to work!
My problem now is, that I’m starting all my software in Admin Mode with Autohotkey, here are the very first lines in my AHK script:
If not A_IsAdmin
*Run RunAs %A_ScriptFullPath% #NoEnv #SingleInstance force #Persistent SetTitleMatchMode, 2 CoordMode, Mouse, Window Return
I do need Admin Mode for all my music software and Total Commander, which I use very often for backup and copy my music data from A to B. All other Software can run in Normal Mode.
Ok, is there a possible solution for this purpose and can you please confirm this Admin problem?
I don’t run anything in elevated mode and don’t recommend it but if you want to try you can try running MT Pro in Admin mode and see what happens.
I would imagine any program that recognizes keystrokes in elevated mode only would not recognize keystrokes from any program not running in elevated mode.
Steve Caldwell
Bome Customer Care
Also available for paid consulting services: bome@sniz.biz
I don’t know why I have not tested this, but it works in Admin Mode. Found a solution for Autohotkey to start only some Programs in Admin Mode, so will see next week what I will do, but I like this doing things with the midi controller and perhaps controlling software with it. Must find a special place fpr the controller, cause I have 2 others for the DAW…let’s see.