Results 8 comments of craftware

レポートありがとうございます。 確認します。

レポートをありがとうございます。 確認します。

config.py の setFont() で指定しているフォント名やフォントサイズが、初期値と違った場合に発生?

Blogで下記で動くとのコメントあり。 def check_run(path, class_name=""): wnd = find_window(class_name) if wnd: if wnd.isMinimized(): wnd.restore() wnd.getLastActivePopup().setForeground() else: keymap.ShellExecuteCommand(None, path, "", "").executeFunc() def find_window(class_name): def get_window(wnd, arg): nonlocal window if wnd.isVisible() and not wnd.getOwner():...

"*.txt *.cpp *.py" のような複数のパターンの検索をサポートするために、そのような動作になっている。

bonkさん、レポートをありがとうございます。 手元に日本語キーボードのMacがないので、どうやって調査しようか考えていますが、 Cmd-Tabの切り替えの画面が、OSによってKeyhacよりも低レベルなキーの状態を監視している可能性はあります。

レポートをありがとうございます。確認してみます。