Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MenuPopup navigate using keyboard
#1
Hello,
Is there a way to navigate a PopupMenu using the keyboard?
And also to assign HotKeys while the menu is active? (like pressing 1 will activate the first option from that menu)
Thank you.
#2
Use ShowMenu with flag 1. Then to make hotkeys use & in menu item text.

Macro Macro3112
Code:
Copy      Help
int i=ShowMenu("1 A (&1)[]2 B (&2)[]3 C (&3)" 0 0 1)
out i
#3
Thumbs Up 
Thank you Gintaras!


Forum Jump:


Users browsing this thread: 1 Guest(s)