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

Allow resizing while alt+left click held down #550

Open
ThinkSalat opened this issue Aug 7, 2024 · 1 comment
Open

Allow resizing while alt+left click held down #550

ThinkSalat opened this issue Aug 7, 2024 · 1 comment

Comments

@ThinkSalat
Copy link

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.

@RamonUnch
Copy link
Owner

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.

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

No branches or pull requests

2 participants