Skip to content

Commit

Permalink
Fixed: Keybindings: order
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed May 2, 2021
1 parent 7b01f6b commit 10e2465
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@
"activate_panel_next_active_tab": {
"description": "__MSG_KbActPanelNextActTab__"
},
"tabs_indent": {
"description": "__MSG_KbTabsIndent__"
},
"tabs_outdent": {
"description": "__MSG_KbTabsOutdent__"
},
"move_tab_to_active": {
"description": "__MSG_KbMoveTabToAct__"
},
Expand All @@ -184,6 +178,12 @@
"move_tabs_down": {
"description": "__MSG_KbMoveTabsDown__"
},
"tabs_indent": {
"description": "__MSG_KbTabsIndent__"
},
"tabs_outdent": {
"description": "__MSG_KbTabsOutdent__"
},
"create_snapshot": {
"description": "__MSG_KbCreateSnapshot__"
},
Expand Down

0 comments on commit 10e2465

Please sign in to comment.