Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3768

DesktopSearchField does not see command keys

$
0
0

Typing a command key in a DesktopSearchField does not trigger the KeyDown event, and results in a Beep.
The following code does not produce a message in the DesktopSearchField, but it will show the message from a DesktopTextArea or a DesktopTextField. The KeyDown event is active in each entry area.

If Keyboard.AsyncCommandKey And key = "g" Then
  MessageBox("gdown")
  Return True
End If

Is there a way to detect a command key in the DesktopSearchField?

Thanks - Keith

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3768

Trending Articles