I don't know how you could do what you want. You seem to want to override the basic window focus mechanism. You essentially would be creating a keystroke logger. I just saw PyKeyLogger I was wondering how to convert that to Perl? The best solution is to build a single app, that incorporates the browser view and the pan controls... see embedding Dillo Html browser in a Tk app. I havn't had much luck with it, but Gtk2 has a MozEmbed library, which supposedly lets you embed applications with Mozilla. This is where Java has a great advantage over Perl, with it's java brower plugin. Maybe switch to java, or write a Flash program that can be run in the browser?
Another suggestion is google for "xbindkeys", and setup a daemon to intercept the keys, or google for "xvkdb"... the X virtual keyboard.
Is it possible to use the "tab focus shift" mechanism (or whatever your window manger uses to shift focus by the keyboard) to toggle focus between the browser and Tk app?
Is it really that hard to move the mouse back and forth between the
browser and Tk window? There are ways to keep the Tk window "on top" if your window manager hides it when out of focus.
|