hotkeys
Re: hotkeys
if you're using windows, you could use AutoHotkey to make your own hotkeys
example code for your AutoHotkey script:
!a::!b
this code means when you type [alt] + a, AutoHotkey intercepts it and sends [alt] + b instead
example code for your AutoHotkey script:
!a::!b
this code means when you type [alt] + a, AutoHotkey intercepts it and sends [alt] + b instead