AlomWare Toolbox Forum

General Category => Feature Requests => Topic started by: GCRedditor136 on July 19, 2026, 03:59:19 PM

Title: Alt+LMB drag feature
Post by: GCRedditor136 on July 19, 2026, 03:59:19 PM
I really like the Alt+LMB drag feature to move windows by clicking them anywhere, but what about making it work for keys other than Alt? Like as a hotkey for an action?
Title: Re: Alt+LMB drag feature
Post by: Paul (Lead Developer) on July 19, 2026, 06:38:16 PM
A hotkey wouldn't work because it basically disables that key when pressed. So if Alt was done as a hotkey instead, then you wouldn't be able to press Alt to show the menu bar on a window (because the hotkey code "swallows" the keypress). At the moment it's done as a keyboard hook, which is why it lets you drag the window and also press it to see the menu bar. To support custom keys, I'd need to code it for every key on the keyboard, which I'm not going to do. Sorry!
Title: Re: Alt+LMB drag feature
Post by: GCRedditor136 on July 20, 2026, 10:41:32 PM
Understood. The reason I asked, though, is that holding down Alt and dragging the mouse on a web page is good way to select text that can't normally be copied, so I was hoping I could use a different key to Alt.