Windows 10で、カスタムマウスボタンのショートカットを作成する方法


0

誰でもマウスボタンのショートカットを変更する方法を知っていますか?

6個のボタンを持つマウスがあり、Ctrl + Vと同じことをするためにこれらのボタンの1つが必要です。

回答:


1

通常、ドライバーやソフトウェアをインストールすると、これらの変更を行える.exeが提供されます。

ソフトウェアをインストールして開き、何かを提供するかどうかを確認します。それに失敗したら、コントロールパネルに移動し、マウスを開いてオプションがあるかどうかを確認します。

または、AutoHotKeyを使用できる場合があります

https://autohotkey.com/docs/KeyList.htm

General 
LButton Left mouse button
RButton Right mouse button
MButton Middle or wheel mouse button

Advanced    
XButton1    4th mouse button. Typically performs the same function as Browser_Back.
XButton2    5th mouse button. Typically performs the same function as Browser_Forward.

Wheel   
WheelDown   Turn the wheel downward (toward you).
WheelUp Turn the wheel upward (away from you).
WheelLeft
WheelRight  
[v1.0.48+]: Scroll to the left or right.

Requires Windows Vista or later. These can be used as hotkeys with some (but not all) mice which have a second wheel or support tilting the wheel to either side. In some cases, software bundled with the mouse must instead be used to control this feature. Regardless of the particular mouse, Send and Click can be used to scroll horizontally in programs which support it.

私はマウス6の中央にボタン6を貼り付けたいと思います。DPIボタンです。灰色の背景のテキストからは何も理解できませんでした。autohotkeyでそのスクリプトを作成する方法は?
-DageLV
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.