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

Mouse button as a hotkey #28

Closed
RamonUnch opened this issue Feb 16, 2021 · 0 comments
Closed

Mouse button as a hotkey #28

RamonUnch opened this issue Feb 16, 2021 · 0 comments
Labels
WIP Work in progress

Comments

@RamonUnch
Copy link
Owner

AltDrag.zip

in the ini file you will see these lines the [Input] section:

Hotclicks=80
; Mouse clicks that can be used to trigger AltDrag
; This can be used together the Hotkeys or as a replacement.
; Space separated hexadecimal values.
; Values: MB4=80 MB5=81 MMB=20
; Just do not use LMB and RMB please (I do not give the values here)
; For exemple I would suggest to use MB4 and/or MB5 ie: Hotclicks=80 81
; You could also use use MB4=Move and MB5=Resize so that the click direclty move resize.
; NOTE: If you set a mouse button as hotclick it will no longer be usable for other
; than the activation of AltDrag.

For the moment I only tried with middle mouse button (20) as the mouse I have on hand does not have XButtons
You can set an empty value to only use the Hotkeys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress
Projects
None yet
Development

No branches or pull requests

1 participant