Skip to content

breadnone/QeyCommander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.

QeyCommander_ZMDFz7aFd8

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.

About

Super simple keyboard/mouse simulation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages