Author Topic: How, do I rebind keys and where is Discord server?  (Read 1634 times)

IseeTrees

  • Newbie
  • *
  • Posts: 1
How, do I rebind keys and where is Discord server?
« on: August 11, 2022, 10:26:38 AM »
Have lost the discord server for many months now.
So id like a direct invite link.

Also i have a AutoHot key that has a very uncomfortable modify combo. For productivity sake,
how do I get voice attack to treat a number of combos this auto hot key requires, down to One key or two keys? 

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: How, do I rebind keys and where is Discord server?
« Reply #1 on: August 11, 2022, 08:47:02 PM »
This links to the Discord invite: https://voiceattack.com/discord


If you're referring to using keypress actions to press arbitrary combinations of keys (I.E. not consisting of a set of modifiers and a single non-modifier key), you can use separate press and release keypress actions (by using their "Press Key(s)" and "Release Key(s)" options)

E.G.
Code: [Select]
Press down Right Ctrl key
Press down Left Ctrl+A keys
Press B key and hold for 0.03 seconds and release
Release Left Ctrl+A keys
Release Right Ctrl key
would press, hold, and release the combination Right Ctrl + Left Ctrl + A + B

Depending on the target application, short pauses may be needed between the different actions.