From: Reginald Kennedy Date: Wed, 8 Feb 2012 20:10:55 +0000 (+0800) Subject: Add flip_layout binding to all keyboard layout examples. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=1bee50dce7f24e8746d0ff0113a1061aa3068ffc;p=spectrwm.git Add flip_layout binding to all keyboard layout examples. ok marco --- diff --git a/scrotwm_cz.conf b/scrotwm_cz.conf index 9588ee3..fa29cd9 100644 --- a/scrotwm_cz.conf +++ b/scrotwm_cz.conf @@ -1,6 +1,7 @@ # Key bindings for Czech Republic (cz) keyboards # unbind with: bind[] = 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 diff --git a/scrotwm_es.conf b/scrotwm_es.conf index 07f0b6b..0b50820 100644 --- a/scrotwm_es.conf +++ b/scrotwm_es.conf @@ -1,6 +1,7 @@ # Key bindings for Spanish (es) keyboards # unbind with: bind[] = 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 diff --git a/scrotwm_fr.conf b/scrotwm_fr.conf index 55e2fe7..c94b1d6 100644 --- a/scrotwm_fr.conf +++ b/scrotwm_fr.conf @@ -1,6 +1,7 @@ # Key bindings for French (fr) keyboards # unbind with: bind[] = 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 diff --git a/scrotwm_fr_ch.conf b/scrotwm_fr_ch.conf index c0d84ab..767c535 100644 --- a/scrotwm_fr_ch.conf +++ b/scrotwm_fr_ch.conf @@ -1,6 +1,7 @@ # Key bindings for Swiss French (FR_CH) keyboards # unbind with: bind[] = 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 diff --git a/scrotwm_se.conf b/scrotwm_se.conf index 8839c2e..f784f0c 100644 --- a/scrotwm_se.conf +++ b/scrotwm_se.conf @@ -1,6 +1,7 @@ # Key bindings for Swedish (se) keyboards # unbind with: bind[] = 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 diff --git a/scrotwm_us.conf b/scrotwm_us.conf index e23b150..5c3f0b3 100644 --- a/scrotwm_us.conf +++ b/scrotwm_us.conf @@ -1,6 +1,7 @@ # Key bindings for United States (us) keyboards # unbind with: bind[] = 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