Page 1 of 1

hotkeys

Posted: Mon Aug 31, 2020 6:01 pm
by Visolncev
Hello guys. I love Voltage modular but there is one an uncomfortable thing. I can't change hotkeys.can you answer I didn't find how to do that or I can't?

Re: hotkeys

Posted: Tue Sep 01, 2020 4:38 am
by schoekah
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