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
This commit is contained in:
Mike Blumenkrantz 2012-05-31 14:27:27 +00:00
parent 428d501a30
commit 0dc7322d6d
2 changed files with 4 additions and 4 deletions

View File

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

View File

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