mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Add flip_layout binding to all keyboard layout examples.
ok marco
This commit is contained in:
parent
4fb8103b11
commit
1bee50dce7
6 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Key bindings for Czech Republic (cz) keyboards
|
||||
# unbind with: bind[] = <keys>
|
||||
bind[cycle_layout] = MOD+space
|
||||
bind[flip_layout] = MOD+S+backslash
|
||||
bind[stack_reset] = MOD+Shift+space
|
||||
bind[master_shrink] = MOD+h
|
||||
bind[master_grow] = MOD+l
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Key bindings for Spanish (es) keyboards
|
||||
# unbind with: bind[] = <keys>
|
||||
bind[cycle_layout] = MOD+space
|
||||
bind[flip_layout] = MOD+S+backslash
|
||||
bind[stack_reset] = MOD+Shift+space
|
||||
bind[master_shrink] = MOD+h
|
||||
bind[master_grow] = MOD+l
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Key bindings for French (fr) keyboards
|
||||
# unbind with: bind[] = <keys>
|
||||
bind[cycle_layout] = MOD+space
|
||||
bind[flip_layout] = MOD+S+backslash
|
||||
bind[stack_reset] = MOD+Shift+space
|
||||
bind[master_shrink] = MOD+h
|
||||
bind[master_grow] = MOD+l
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Key bindings for Swiss French (FR_CH) keyboards
|
||||
# unbind with: bind[] = <keys>
|
||||
bind[cycle_layout] = MOD+space
|
||||
bind[flip_layout] = MOD+S+backslash
|
||||
bind[stack_reset] = MOD+Shift+space
|
||||
bind[master_shrink] = MOD+h
|
||||
bind[master_grow] = MOD+l
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Key bindings for Swedish (se) keyboards
|
||||
# unbind with: bind[] = <keys>
|
||||
bind[cycle_layout] = MOD+space
|
||||
bind[flip_layout] = MOD+S+backslash
|
||||
bind[stack_reset] = MOD+Shift+space
|
||||
bind[master_shrink] = MOD+h
|
||||
bind[master_grow] = MOD+l
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Key bindings for United States (us) keyboards
|
||||
# unbind with: bind[] = <keys>
|
||||
bind[cycle_layout] = MOD+space
|
||||
bind[flip_layout] = MOD+S+backslash
|
||||
bind[stack_reset] = MOD+Shift+space
|
||||
bind[master_shrink] = MOD+h
|
||||
bind[master_grow] = MOD+l
|
||||
|
|
Loading…
Add table
Reference in a new issue