Allow resizing while alt+left click held down
ThinkSalat opened this issue · 1 comments
I use the kde window drag script from auto hot key and have a button on my mouse assigned to press alt+left click. When I use the ahk script, if I'm already moving the window, the script knows a right click means to begin resizinng the window, and letting off right click allows moving the window again. I've searched through the options and can't find a way to make this behavior work. This would be great because the resizing action on the ahk script is fairly glitchy, and with this application it's quite a bit smoother.
I suggest you do not use buttons to simulate other buttons, you can configure AltSnap to use up to 20 buttons, look up the wiki for that.
You can use any mouse button as a hotclick.
Also you have the option to set Hotclicks=03
and PiercingClick=1
to have a right mouse button resize without the keyboard or any other button.
For now indeed when you are already doing an action, it cannot be transformed in an other one.