I have a Perl/TK application that works fine with all of the key bindings when it is in Focus, but I need a way to force the same bindings (KeyPress and KeyRelease) to work when the application is minimized or FocusOut.
Please tell me there is a way...