Author Topic: Left Alt+F10(Double Tap)  (Read 767 times)

Patriktx

  • Newbie
  • *
  • Posts: 8
  • Houston, TX
    • WidowMakers
Left Alt+F10(Double Tap)
« on: August 11, 2020, 02:58:10 PM »
Hi All,
Anyone know how I do Left Alt+F10(Double Tap) in VoiceAttack?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Left Alt+F10(Double Tap)
« Reply #1 on: August 11, 2020, 03:02:30 PM »
Assuming you're trying to have VoiceAttack send that key sequence to an application, something like this:
Code: [Select]
Press down Left Alt key
Press F10 key and hold for 0,01 seconds and release
Press F10 key and hold for 0,01 seconds and release
Release Left Alt key
You may need to add pauses in between, if the sequence isn't recognized (or it's recognized as a single press)

Patriktx

  • Newbie
  • *
  • Posts: 8
  • Houston, TX
    • WidowMakers
Re: Left Alt+F10(Double Tap)
« Reply #2 on: August 11, 2020, 03:21:49 PM »
Works great thanks Pfeil! :)