mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
Avoid shortcut key conflicts
This commit is contained in:
parent
be2af33ef6
commit
d9360cc2d6
1 changed files with 4 additions and 4 deletions
|
|
@ -278,10 +278,10 @@ bind=ALT+SHIFT,Z,incgaps,-1
|
|||
bind=ALT+SHIFT,R,togglegaps
|
||||
|
||||
# movewin
|
||||
bind=SUPER+CTRL,Up,movewin,up
|
||||
bind=SUPER+CTRL,Down,movewin,down
|
||||
bind=SUPER+CTRL,Left,movewin,left
|
||||
bind=SUPER+CTRL,Right,movewin,right
|
||||
bind=SUPER+SHIFT,Up,movewin,up
|
||||
bind=SUPER+SHIFT,Down,movewin,down
|
||||
bind=SUPER+SHIFT,Left,movewin,left
|
||||
bind=SUPER+SHIFT,Right,movewin,right
|
||||
|
||||
# resizewin
|
||||
bind=SUPER+ALT,Up,resizewin,up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue