From 0dc7322d6dde919323a4b018373d5fe53238c683 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 31 May 2012 14:27:27 +0000 Subject: [PATCH] default keybind for move mouse to next/prev screen changed to use Windows key instead of Ctrl+Shift: these keys are used to select words in literally every other toolkit/UI in existence. SVN revision: 71585 --- config/illume/e.src | 4 ++-- config/standard/e.src | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/illume/e.src b/config/illume/e.src index 1f9aeb615..e8e6b4db0 100644 --- a/config/illume/e.src +++ b/config/illume/e.src @@ -773,7 +773,7 @@ group "E_Config" struct { } group "E_Config_Binding_Key" struct { value "context" int: 9; - value "modifiers" int: 3; + value "modifiers" int: 8; value "key" string: "Left"; value "action" string: "screen_send_by"; value "params" string: "-1"; @@ -781,7 +781,7 @@ group "E_Config" struct { } group "E_Config_Binding_Key" struct { value "context" int: 9; - value "modifiers" int: 3; + value "modifiers" int: 8; value "key" string: "Right"; value "action" string: "screen_send_by"; value "params" string: "1"; diff --git a/config/standard/e.src b/config/standard/e.src index b3307af19..1d132f111 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -1547,7 +1547,7 @@ group "E_Config" struct { } group "E_Config_Binding_Key" struct { value "context" int: 9; - value "modifiers" int: 3; + value "modifiers" int: 8; value "key" string: "Left"; value "action" string: "screen_send_by"; value "params" string: "-1"; @@ -1555,7 +1555,7 @@ group "E_Config" struct { } group "E_Config_Binding_Key" struct { value "context" int: 9; - value "modifiers" int: 3; + value "modifiers" int: 8; value "key" string: "Right"; value "action" string: "screen_send_by"; value "params" string: "1";