QeyCommander - Hotkey-ing Made Simple
mode
- run : Triggers a process with a combination of keys
- remap : Remaps an active process hotkeys
- mouse : Mouse simulation (move and click)
- focus : Sets a process to be in the foreground by giving it a focus.
scripting
- supports for tag-based scripting with gui-based script editor.
<key>a,f,</key><run>notepad</run><key>,,</key><id>O56</id>- powershell automation and key binding scripting.
<key>lcontrol,a,d</key><pshell>Add-Type -MemberDefinition '[DllImport(\"powrprof.dll\", SetLastError=true)] public static extern bool SetSuspendState(bool hibernate, bool force, bool disableWake);' -Name 'WinAPI' -Namespace 'Power';[Power.WinAPI]::SetSuspendState($false, $false, $false)</pshell><config>on-startup=0</config>virtualkey overriding
a blocking mechanism to stop the os from broadcasting keyboard inputs.
Notes :
WinDefender or AVs might think of it as spyware or keylogger, thats common when global-hooking inputs such as keyboards or mouse. Just whitelist the app.
