As the title says, every time I use the key mapping the PC freezes for a brief moment, the output works correctly, but the freeze makes the script unusable. I also tried using 'SendInput' with the same result.
Linux Mint 22 Cinnamon
;#Persistent
; Remap Alt+Q, Alt+W, Alt+E, Alt+R, Alt+A, Alt+S a Numpad 7, 8, 4, 5, 1, 2
!q::Send {Numpad7}
!w::Send {Numpad8}
!e::Send {Numpad4}
!r::Send {Numpad5}
!a::Send {Numpad1}
!s::Send {Numpad2}
Esc::ExitApp
As the title says, every time I use the key mapping the PC freezes for a brief moment, the output works correctly, but the freeze makes the script unusable. I also tried using 'SendInput' with the same result.
Linux Mint 22 Cinnamon