Page 1 of 1

Hotkeys in request?

Posted: Wed Aug 09, 2023 6:51 pm
by papiosaur
Hello,

it's always me :-)

I would like add Hotkeys for CloseRequest (and others requests).

I write "_Yes" and "_No" but seems don't work for SystemRequest()

It will be possible to add this feature in a next release please?

Re: Hotkeys in request?

Posted: Wed Aug 16, 2023 12:24 pm
by airsoftsoftwair
Which platform? On Amiga, SystemRequest() uses Intuition requesters which don't support hotkeys. If you want hotkey support, try using moai.Request() instead. moai.Request() uses MUI on Amiga so hotkeys should work.

Re: Hotkeys in request?

Posted: Wed Aug 16, 2023 1:47 pm
by papiosaur
Thanks a lot Andreas! Work perfectly!