Shun-ichi Goto

Results 2 comments of Shun-ichi Goto

素晴らしいです。 自分としてはFakeymacsを使ってるため、自分か症状を確認したアプリでは全て解消していました。 なので「解決」ということでクローズでよいですが、 何も設定がない場合でもNGな Keyhacとしてはどう判断するかわからないので残しておきます。 craftwareさんの判断を願います。 具体的には、以下のような空のconfigだと症状が出ます ```python def configure(keymap): return ``` 以下のようにすれば大丈夫でした。 ```python def configure(keymap): keymap.clipboard_history.enableHook(False) return ```

I'm grad to see this feature. BTW, another approach exists in https://github.com/wmrutten/Windows-API-Code-Pack-1.1/commit/21899014c260e749248e245019bf752b47c3563d by adding SelectedXxx properties.