• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Hotkey Chooser Accepts Pressed Key

Plugins + Scripts Hotkey Chooser Accepts Pressed Key

Download [<1 MB]
Quite small session plugin for working with popup widgets in desktop mode, primarily for assigning hotkeys to other plugins. This is because searching for the right key in a small part of huge list of keys with strange names is difficult and slow. (key names like: Alpha1 is 1, BackQuote is ~, etc.)

The plugin automatically monitoring opened drop-down string chooser (UIPopup) and listening any key pressing, and if the pressed key is in the drop-down menu item list, it will be assigned.
Ignoring MouseLeft, MouseRight, MouseMiddle. If you need them, you can press an additional mouse button, for example Mouse4, and select nearby key.

+ Closing the drop-down menu when user clicks another UI element. Because I often needed to close it by clicking something else, like similiar widgets in many programs.

As always, I think this things should be the default.
I'm not sure about VR mode, it might not be very comfortable.

Very short demonstration:​


There is no UI settings, just description:​

HotkeyChooserAcceptsPressedKeyIcon-Menu.jpg
React to this content...

Share this resource

Latest updates

  1. Fixed bug when changing focused ui element

    Sorry for such frequent updates, need more testing to find non standard cases
  2. Forgot to remove debug log

    Debug log removed
  3. Fixed main bugs

    Fixed bugs with incorect recognizing different popup menu changing and input field focus.
Back
Top Bottom