python - Disable Alt+Tab Combination on Tkinter App -


how can disable alt+tab combination, tab on tkinter app. disabled alt , f4 - return "break" - can't disable tab key it.

tkinter provides no option this. alt-tab intercepted before tkinter ever sees it. if want this, you'll have find platform-specific hooks.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -