From: Reginald Kennedy Date: Thu, 9 Feb 2012 09:20:14 +0000 (+0800) Subject: Fix erroneous keysym for flip_layout in the example key binding configurations. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=641cdb0fc683e4645bd45f3d3c744f95da1153eb;hp=6dcc4fb8cde24b77b509e032a1158801af3e96b5;p=spectrwm.git Fix erroneous keysym for flip_layout in the example key binding configurations. --- 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