Skip to content
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

クリップボード履歴ウインドウが開けない場合がある (cmd.exeのウインドウなど) #35

Open
crftwr opened this issue Dec 17, 2019 · 0 comments

Comments

@crftwr
Copy link
Owner

crftwr commented Dec 17, 2019

Keyhac version 1.78:

Traceback (most recent call last):
File ".\keyhac_keymap.py", line 2282, in popClipboardList
File ".\keyhac_keymap.py", line 2232, in popListWindow
FileNotFoundError: [WinError 2] The system cannot find the file specified
Traceback (most recent call last):
File ".\keyhac_keymap.py", line 2282, in popClipboardList
File ".\keyhac_keymap.py", line 2232, in popListWindow
PermissionError: [WinError 5] Access is denied

下記の場所がエラーになっている。

# 親ウインドウをフォアグラウンドにしないと、ListWindowがフォアグラウンドに来ない
pyauto.Window.fromHWND( self.getHWND() ).setForeground(True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant