Author Topic: VA context menu Hotkeys  (Read 814 times)

frankly

  • Newbie
  • *
  • Posts: 17
VA context menu Hotkeys
« on: July 05, 2021, 08:36:44 AM »
In my darkest times, I ponder thru the valley of darkness. In hopes, one mighty Pfeil will rain his knowledge upon me, guiding a mere mortal to the light!


For real tho, how do I separate "Boolean" (ALT+B) from "Begin condition" (Also ALT+B?)


"When I say Begin Condition/Add Boolean Value, press ALT+O, then ALT+A, then ALT+B"

Image:

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: VA context menu Hotkeys
« Reply #1 on: July 05, 2021, 08:57:39 AM »
On my machine, pressing Alt-B would first select the "Set a True/False (Boolean) Value", then pressing it again would select the "Begin a Conditional (If Statement) Block" action('s entry)

The command for the Set a True/False (Boolean) Value action could be something like
Code: [Select]
Press Left Alt+O keys and hold for 0,01 seconds and release
Press Left Alt+A keys and hold for 0,01 seconds and release
Press Left Alt+B keys and hold for 0,01 seconds and release
Press Enter key and hold for 0,01 seconds and release

And the one for the "Begin a Conditional (If Statement) Block" action could be something like
Code: [Select]
Press Left Alt+O keys and hold for 0,01 seconds and release
Press Left Alt+A keys and hold for 0,01 seconds and release
Press Left Alt+B keys and hold for 0,01 seconds and release
Press Left Alt+B keys and hold for 0,01 seconds and release
Press Enter key and hold for 0,01 seconds and release
Press Left Alt+S keys and hold for 0,01 seconds and release
(S to select "Single Condition")

frankly

  • Newbie
  • *
  • Posts: 17
Re: VA context menu Hotkeys
« Reply #2 on: July 05, 2021, 09:24:42 AM »
Thanks!

I did it like this, Image: