python - Pass clicks through Tkinter window? Mac OSX -


is there way make tkinter window unclickable? meaning input should caught handler redirected whatever window behind it? if not in tkinter, there way in pyqt or wxpython? goal have handler catch keyboard events while still letting them input windows behind. don't need catch clicks nice have if possible.

my current plan:

a tkinter window geometry of 10000x10000, alpha of 0 , topmost set true. frame catch keyboard & mouse events , when entered frame catch it, hide tkinter window using apple script function run terminal osascript, use autopy simulate whatever entered such click/keyboard event , unhide window again. sound viable?

when have time test out idea , post if works. i'm thinking computation speed issue here.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -