Jump to content

Make Voxal recognize hot keys while in another application?


pennman2310

Recommended Posts

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!

Link to comment
Share on other sites

  • 3 months later...

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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...