11-09-2015, 12:20 PM
Gintaras,
This topic is VERY pertinent for me, since my macro system is pretty much "0" mouse and 100% keyboard and hotkey controlled.
Could your provide an example of how to enable --select via spacebar-- in a simple QM listbox such as:
_________________________________________
sel(ListDialog("1[]2[]3" "Description" "Title"))
case 1
case 2
case 3
case else ret
_________________________________________
You may wonder WHY such a request since it is so easy to just press 'enter'. It is because my other automation(s) via V-Basis and even QM message boxes will respond to the 'spacebar' as 'select or execute' This will allow for more consistency in my system and would thus be very nice!!!
Thanks !
This topic is VERY pertinent for me, since my macro system is pretty much "0" mouse and 100% keyboard and hotkey controlled.
Could your provide an example of how to enable --select via spacebar-- in a simple QM listbox such as:
_________________________________________
sel(ListDialog("1[]2[]3" "Description" "Title"))
case 1
case 2
case 3
case else ret
_________________________________________
You may wonder WHY such a request since it is so easy to just press 'enter'. It is because my other automation(s) via V-Basis and even QM message boxes will respond to the 'spacebar' as 'select or execute' This will allow for more consistency in my system and would thus be very nice!!!
Thanks !
