pennman2310 Posted June 30, 2017 Posted June 30, 2017 I stream and I'd like to toggle the voice effect on and off. Obviously this can be done IN voxal using F3 however how can I go about making voxal recognize that hotkey while I'm in a fullscreen app, like a game for example. Why does Voxal not use a system hook for it's keybinds/hotkeys? Or maybe it does and I'm doing it wrong? Any help would be greatly appreciated. Thanks!
Telephony Posted July 3, 2017 Posted July 3, 2017 Hi, As you mentioned, the Hot-key will work ONLY if Voxal is currently your active window. You can enter a suggestion for the NCH development team on > http://www.nch.com.au/suggestions/ Best regards,
DrDerkington Posted October 5, 2017 Posted October 5, 2017 I found a work around for this problem. You can create an AutoHotKey script fairly easily to create a global hotkey. The code bellow is an AHK script that will send the F3 key to the app when its not the active window and works great. You can even change the hotkey you use to make it work. !^v:: = Ctrl+Alt+v. If you have the paid version you may need to change the window title to whatever it is. !^v:: ControlSend, , {F3}, Voxal by NCH Software - (Unlicensed) Non-commercial home use only return
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now