Hi. Attempting to catch and process a keystroke in a GUI window. Here's the code:
; ----------------------------------------------------------------------
; | Library includes
; ----------------------------------------------------------------------
#include <GUIConstantsEx.au3>
#include <Windo...