OpenWindow() and ExamineKeyBoard()

Just starting out? Need help? Post your questions and find answers here.
itzybitzyspider
Posts: 27
Joined: Tue Nov 22, 2022 4:36 am

OpenWindow() and ExamineKeyBoard()

Post by itzybitzyspider »

How do I detect keyboard presses in an active window? How would I bind an event to capture a keyboard press?

I'm trying to capture things like function keys, and certain ctrl-L or something like that.

There are examples surrounding the OpenScreen() and detecting keyboards but am a bit boggled how to do it with Windows?

Thanks
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: OpenWindow() and ExamineKeyBoard()

Post by Peter »

Take a look at AddKeyboardShortcut().
itzybitzyspider
Posts: 27
Joined: Tue Nov 22, 2022 4:36 am

Re: OpenWindow() and ExamineKeyBoard()

Post by itzybitzyspider »

Thank you v much!
Post Reply