<div dir="ltr">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. <div><br></div><div>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.)<div><br></div><div>However, pressing F1-F12 has no effect whatsoever, the system seems not to send keyDown in that case. </div><div><br></div><div>How can I capture these key events? I would greatly appreciate any help you can offer. </div></div></div>