summaryrefslogtreecommitdiff
path: root/config/standard/base.src
diff options
context:
space:
mode:
Diffstat (limited to 'config/standard/base.src')
-rw-r--r--config/standard/base.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/standard/base.src b/config/standard/base.src
index f60f26353..e5beddfc1 100644
--- a/config/standard/base.src
+++ b/config/standard/base.src
@@ -330,7 +330,7 @@ group "Elm_Config" struct {
group "key_bindings" list {
group "Elm_Config_Binding_Key" struct {
value "context" int: 0;
- value "key" string: "Tap";
+ value "key" string: "Tab";
value "action" string: "move";
value "params" string: "previous";
group "modifiers" list {
@@ -342,7 +342,7 @@ group "Elm_Config" struct {
}
group "Elm_Config_Binding_Key" struct {
value "context" int: 0;
- value "key" string: "Tap";
+ value "key" string: "Tab";
value "action" string: "move";
value "params" string: "next";
group "modifiers" list {