From 1bee50dce7f24e8746d0ff0113a1061aa3068ffc Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Thu, 9 Feb 2012 04:10:55 +0800 Subject: [PATCH] Add flip_layout binding to all keyboard layout examples. ok marco --- scrotwm_cz.conf | 1 + scrotwm_es.conf | 1 + scrotwm_fr.conf | 1 + scrotwm_fr_ch.conf | 1 + scrotwm_se.conf | 1 + scrotwm_us.conf | 1 + 6 files changed, 6 insertions(+) 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 -- 1.7.10.4