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
devs/princeamd/enlightenment-0.17-elive
Mike Blumenkrantz 12 years ago
parent 428d501a30
commit 0dc7322d6d
  1. 4
      config/illume/e.src
  2. 4
      config/standard/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";

@ -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";

Loading…
Cancel
Save