Quote:
Although the letters get underlined, nothing seems to happen when you press the key (at least on my system).
It works on my alt+s in the example I posted.
Test this one:
Code:
gui, add, group, w160 h110, &MyGroup
gui, add, edit, w140 yp+20 xp+10
gui, add, checkbox, w140, &Sample checkbox
gui, add, button, w140, &Button
gui, show,, Test GUI
WinWaitClose, Test GUI
ButtonButton:
ExitApp
Edit: If you put an edit control right after a Group you can use the alt+key to get to that edit. But you can't do it on text controls. Might want to add that to the list.
thanks,
beardboy