From 641cdb0fc683e4645bd45f3d3c744f95da1153eb Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Thu, 9 Feb 2012 17:20:14 +0800 Subject: [PATCH] Fix erroneous keysym for flip_layout in the example key binding configurations. --- scrotwm_cz.conf | 2 +- scrotwm_es.conf | 2 +- scrotwm_fr.conf | 2 +- scrotwm_fr_ch.conf | 2 +- scrotwm_us.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scrotwm_cz.conf b/scrotwm_cz.conf index fa29cd9..37baeb7 100644 --- a/scrotwm_cz.conf +++ b/scrotwm_cz.conf @@ -1,7 +1,7 @@ # Key bindings for Czech Republic (cz) keyboards # unbind with: bind[] = bind[cycle_layout] = MOD+space -bind[flip_layout] = MOD+S+backslash +bind[flip_layout] = MOD+Shift+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 0b50820..b585381 100644 --- a/scrotwm_es.conf +++ b/scrotwm_es.conf @@ -1,7 +1,7 @@ # Key bindings for Spanish (es) keyboards # unbind with: bind[] = bind[cycle_layout] = MOD+space -bind[flip_layout] = MOD+S+backslash +bind[flip_layout] = MOD+Shift+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 c94b1d6..d56aabb 100644 --- a/scrotwm_fr.conf +++ b/scrotwm_fr.conf @@ -1,7 +1,7 @@ # Key bindings for French (fr) keyboards # unbind with: bind[] = bind[cycle_layout] = MOD+space -bind[flip_layout] = MOD+S+backslash +bind[flip_layout] = MOD+Shift+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 767c535..f78c5bb 100644 --- a/scrotwm_fr_ch.conf +++ b/scrotwm_fr_ch.conf @@ -1,7 +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[flip_layout] = MOD+Shift+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 5c3f0b3..f2ce392 100644 --- a/scrotwm_us.conf +++ b/scrotwm_us.conf @@ -1,7 +1,7 @@ # Key bindings for United States (us) keyboards # unbind with: bind[] = bind[cycle_layout] = MOD+space -bind[flip_layout] = MOD+S+backslash +bind[flip_layout] = MOD+Shift+backslash bind[stack_reset] = MOD+Shift+space bind[master_shrink] = MOD+h bind[master_grow] = MOD+l -- 1.7.10.4