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

モディファイアキーのUpイベントを認識するアプリが誤動作する #30

Open
halueda opened this issue Mar 6, 2018 · 0 comments

Comments

@halueda
Copy link

halueda commented Mar 6, 2018

ExcelやWordのように,モディファイアキーのUpイベントを認識するアプリを使っている時の問題です.
例えば,これらのアプリでコピーペーストした後に Controlキーを Down Upとすると,
貼り付けのオプションというフローティングウィンドウが出ます.

keyhac + fakeymacsのように,Control-F を押すと 「→」 になるようにしている場合,
一度 Controlキーがupされ,その後 矢印キーが押された形になって,
貼り付けのオプションウィンドウの中で右にカーソルが動く動作になります.
(本当は,貼り付けのオプションウィンドウが出ずにカーソルが右に動いてほしい)

Window : exe : WINWORD.EXE
: class : _WwG
: text : Microsoft Word 文書

IN : D-LCtrl
TRU : D-LCtrl
IN : D-LC-F
OUT : [KeyUp(162), Key(39), KeyDown(162)]

Window : exe : WINWORD.EXE
: class : NetUIHWND
: text :

IN : U-LC-F
TRU : U-LC-F
IN : O-LC-F
IN : U-LCtrl
TRU : U-LCtrl
内部ログの出力を OFF にしました.

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