Hi there... I've just wondering if it could be possible to implement this in C2 while working on an Event sheets:
The middle mouse button to work as keyboard Enter. It would be much quicker to do Next-Next-Done during changes of Actions or Events properties.
Sincerely
As a work around you can use the free software Autohotkey (www.autohotkey.com) to make yourself a macro to do just that.
Develop games in your browser. Powerful, performant & highly capable.
Yes, thanks for the tip!! Using following AutoHotkey script C2 is working as I wanted:
#IfWinActive ahk_class #32770 ;this ahk_class was reported for the small pop-up windows within Costruct 2
MButton::Enter
return