[squeak-dev] Cannot receive F1-F12 keys

David O'Toole deeteeoh1138 at gmail.com
Fri Jan 7 04:25:57 UTC 2022


I am writing a simple tool for binding the F1-F12 keys to one-liner
Smalltalk expressions to quickly switch projects, toggle last project,
switch between active SystemWindow instances, and other useful commands.

I successfully got my event listener to work, and keyboard events from
keyDown: successfully print in the Transcript as a test (see lower right in
screenshot; code is at center/left in Sandblocks form.)

However, pressing F1-F12 has no effect whatsoever, the system seems not to
send keyDown in that case.

How can I capture these key events? I would greatly appreciate any help you
can offer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220106/d31156ff/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot at 2022-01-06 23-19-00.png
Type: image/png
Size: 855249 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220106/d31156ff/attachment-0001.png>


More information about the Squeak-dev mailing list