This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This command module automatically posts input language change request | |
messages to all top-level windows as a workaround for keyboard layouts where | |
Dragonfly's Win32 key input doesn't work properly. | |
Use this module by loading it as a Dragonfly command module. | |
""" | |
import time |