-
Notifications
You must be signed in to change notification settings - Fork 11
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
Shortcuts occupied by Win11 #8
Comments
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. |
am not a go programmer can you do that,i want to setup alt+arrow keys. |
i changed it in the code from main.go file and build it...Thanks |
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? |
I did the same as @Md97SalahUddin above and changed it to just use alt + arrow keys. You can do that here: Lines 86 to 89 in 894e4d5
Remove the |
I also upgraded to win11 and honestly the builtin hotkeys for snapping windows to corners is pretty good. Why do y'all still use this tool for? I appreciate insights so I can continue to refine it. |
windows snap is pretty crap.It's configurable through mouse but not by keybinds.Powertoys also has snap layouts but doesnt give any keybind customization.The main power of this tool is giving me handle layouts to one-half,two-thirds,one-thirds with single keybinds.And the app is pretty fast. |
The builtin snapping works with keyboard buttons win+arrow keys, and is decent enough, no? |
Shortcuts of win+alt+arrow keys are occupied by Win11, even when the "Snap windows" disabled in settings. Could it be solved? Thank you!
The text was updated successfully, but these errors were encountered: