Can't bind actions on alt+mouse4/5 when using logi options+ with mx master 3s
shodanx2 opened this issue · 4 comments
But without that software the mouse is very annoying to use
There is also a thumb button on the side, don't know what's it called but no way to bind actions to that in alt-snap either
In logi options+ you can set those buttons to "do nothing" but then they really do nothing, they don't do mouse button 4/5
But there also isn't an option to make them regular button 4/5
Only thing I could do it bind keypress to them, so I gave them ctrl+pageup ctrl+pagedown, but that also won't bind.
But there also isn't an option to make them regular button 4/5
Maybe it is named next/previous page instead of button 4/5 inside the software (like in the case of my Zealot12 mouse.
anyway if you are able to bind a mouse button to a keyboard key that you have no use for, you can then add the said vKey code to the XXbutton list, and it will map to MB6,7 etc...
Look at the wiki for more details.
https://github.com/RamonUnch/AltSnap/wiki#use-more-than-five-mouse-buttons
Hi,
I tried making this work some more.
I was mistaken, I thought that the Alt-snap keyboard shortcut all needed "alt" to enable alt-snap action override, but it needs to be added to the keyboard shortcut
First here is how my mouse is configured
For test, I tried to setup AltSnap as follows
I click save, I click apply, I click ok
Then I re-open AltSnap configuration window
But the changes don't seem to stick
I tried "clear key", save, ok , then I close AltSnap
But the key is still bound, I think this is what confused me earlier
In this current configuration, (what I believe is) "mouse 4" does do the action "roll/unroll window" with no modifier key
My end goal for now, make Alt-mouse-4 do window maximize of the pointed window, (plain mouse 4 should still do ctrl+pageup).
So basically, I want the regular Alt-right-click behaviour on my Mouse 4 button, this is because I want alt-right-click to do the same action as titlebar-drag-right-click which for me is "enable fancyzones"
My end goal for now, make Alt-mouse-4 do window maximize of the pointed window, (plain mouse 4 should still do ctrl+pageup).
If Mouse 4 is Ctrl+PageUp, then Alt+Mouse 4 should be Ctrl+Alt+PageUp that you can bind to the said action?
So basically, I want the regular Alt-right-click behaviour on my Mouse 4 button, this is because I want alt-right-click to do the same action as titlebar-drag-right-click which for me is "enable fancyzones"
I am not sure I understand what you want to do. AltSnap cannot trigger FancyZone because FancyZone hooks the window event and needs a real click inside the titlebar in order to snap it the window. AltSnap does not generate this kind of click.
AltSnap cannot see the difference between keys that come from your mouse and your keyboard. So if you set MB4=Ctrl+PageUp and setup AltSnap to use Ctrl+PageUp shortcut, then the shortcut will always be used by AltSnap, overriding all application specific shortcuts.
If you want to trigger AltSnap movement with MB4 you need to map MB4 to something else than a keyboard shortcut, because you cannot start/end AltSnap movement with a shortcut. You need in this case to map MB4 to a simple key that will generate a vKcode on press and on release.
Whereas if you bind MB4 to Ctrl+PageUp, it will generate instantly keys press and releases on MB4.down, without generating anything on MB4.up.
Hello,
I have badly asked this question, I will reformulate in a new issue later.
I now use Xmousebuttoncontrol in conjunction with AltSnap as Xmousebuttoncontrol as per-application button remapping.
They are great complements in my opinion.
However Xmousebuttoncontrol is proprietary so I will try to switch to Ymousebuttoncontrol eventually