aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2012-05-31 14:27:27 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2012-05-31 14:27:27 +0000
commit0dc7322d6dde919323a4b018373d5fe53238c683 (patch)
tree308456da3daf97ec62c4f5c7f0de93686c8b4049 /config
parent428d501a3003e451469949bbb536072cbcd34d68 (diff)
downloadenlightenment-0dc7322d6dde919323a4b018373d5fe53238c683.tar.gz
enlightenment-0dc7322d6dde919323a4b018373d5fe53238c683.tar.xz
enlightenment-0dc7322d6dde919323a4b018373d5fe53238c683.zip
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
Diffstat (limited to 'config')
-rw-r--r--config/illume/e.src4
-rw-r--r--config/standard/e.src4
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";