solve hot key conflict when using win as 'meta' #1206
Unanswered
k88936
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Change Keybinding
When I first read the configuration documentation, I found it a bit awkward because the default mod key was Alt. Since I prefer using the Win key, I changed the mod key in the config file to
win.However, it had no effect... After checking the documentation again, I realized I should use
lwininstead.Resolve Shortcut Conflicts
Using the Win key introduces a problem: Windows Explorer has many built-in shortcuts, such as:
Win+Eto open File ExplorerWin+Vfor clipboard historyWin+Shift+Sfor screenshotThese conflict with GlazeWM’s keybindings. To keep GlazeWM’s behavior, I disabled Windows’ default Win key shortcuts using the following PowerShell script:
Working Example of Keybindings:
(Source: https://k88936.github.io/blogs/learning/a-tiled-windows-manager-on-windows.html)
Beta Was this translation helpful? Give feedback.
All reactions