ahmetb / RectangleWin

Spectacle/Rectangle for Windows: Hotkey-driven window snapping for Windows 10/11.
Apache License 2.0
188 stars 9 forks source link

Shortcuts occupied by Win11 #8

Open Yuanruili opened 2 months ago

Yuanruili commented 2 months ago

Shortcuts of win+alt+arrow keys are occupied by Win11, even when the "Snap windows" disabled in settings. Could it be solved? Thank you!

ahmetb commented 2 months ago

Yeah I noticed this when I upgraded as well. I didn't make the hotkeys configurable yet, but I'm open to alternative hotkeys that don't collide with anything. This is easy to change in the code and recompile with single "go build" command.

Md97SalahUddin commented 1 week ago

am not a go programmer can you do that,i want to setup alt+arrow keys.

Md97SalahUddin commented 1 week ago

i changed it in the code from main.go file and build it...Thanks

Md97SalahUddin commented 1 week ago

Though i used llm for solving the problem,I got interested in learning go as i am interested in learning a compiled lang.I know python and i know little bit C.Can you tell me how can i learn golang? The golang docs or other source(probably a video series)?