I have written an application where a Perl/Tk Program Launches a Browser. I have defined various interaction with the Tk Window. (via Function keys). This works only when the focus is on Tk-Window and not the browser. When focus is on Browser, the traditional 'F1' for help is activated when F1 is pressed. Is there anyway to avoid this?.
Or is there any way to have Function keys working for TkWindow while having Focus on the Browser?