0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

x-mouse on Windows

Posted at

概要

Xのウィンドウマネージャみたいにマウスカーソルを合わせたウィンドウを全面に出さずにフォーカスを当てる。

設定方法

1.regedit を起動
2.HKEY_CURRENT_USER\Control Panel\Desktop
3.UserPreferenceMask をダブルクリック
9f 3e 07 80 12 00 00 00
4.編集(E)、新規(N)、DWORD(32ビット)値
ActiveWndTrkTimeout=0x1f4(500)

注意

  • ActiveWndTrackTimeout という項目が既にあるがこちらを変更しても反映されない。ActiveWndTrkTimeoutを新規に作ってセットする。
  • この待機時間は長めにセットしておくほうが何かと使いやすい。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?