-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setForeground で Firefoxがフォアグラウンド化できない #19
Comments
Blogで下記で動くとのコメントあり。 def check_run(path, class_name=""): def find_window(class_name): window = None keymap_global["A-C"] = lambda: check_run(r"C:/Program Files/Mozilla Firefox/firefox.exe", "MozillaWindowClass") |
上のコードで動作しました。
|
No description provided.
The text was updated successfully, but these errors were encountered: