Skip to content

Commit

Permalink
Fixed: Keybindings: names and order
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed May 2, 2021
1 parent 582096e commit 7b01f6b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions addon/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"KbOpenNewTabAsLastChild": { "message": "Open new tab as the last child of active tab" },
"KbRm": { "message": "Remove selected items or active tab" },
"KbSelectAll": { "message": "Select all" },
"KbUp": { "message": "Up" },
"KbDown": { "message": "Down" },
"KbUpShift": { "message": "Select up" },
"KbDownShift": { "message": "Select down" },
"KbUp": { "message": "Select up" },
"KbDown": { "message": "Select down" },
"KbUpShift": { "message": "Select range up" },
"KbDownShift": { "message": "Select range down" },
"KbActivate": { "message": "Activate selection" },
"KbMenu": { "message": "Open menu" },
"KbResetSelection": { "message": "Reset selection" },
"KbMenu": { "message": "Open menu" },
"KbFoldBranch": { "message": "Fold selected branch" },
"KbExpandBranch": { "message": "Expand selected branch" },
"KbFoldInactBranches": { "message": "Fold inactive branches" },
Expand Down
10 changes: 5 additions & 5 deletions addon/_locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"KbOpenNewTabAsLastChild": { "message": "Открыть новый дочерний таб (в конце ветви)" },
"KbRm": { "message": "Удалить выделенные элементы или активный таб" },
"KbSelectAll": { "message": "Выделить все" },
"KbUp": { "message": "Вверх" },
"KbDown": { "message": "Вниз" },
"KbUpShift": { "message": "Вверх с выделением" },
"KbDownShift": { "message": "Вниз с выделением" },
"KbActivate": { "message": "Активировать выделенное" },
"KbUp": { "message": "Выделить вверх" },
"KbDown": { "message": "Выделить вниз" },
"KbUpShift": { "message": "Выделить область вверх" },
"KbDownShift": { "message": "Выделить область вниз" },
"KbMenu": { "message": "Открыть меню" },
"KbActivate": { "message": "Активировать выделенное" },
"KbResetSelection": { "message": "Сбросить выделение" },
"KbFoldBranch": { "message": "Свернуть выделенную ветвь" },
"KbExpandBranch": { "message": "Развернуть выделенную ветвь" },
Expand Down
12 changes: 6 additions & 6 deletions addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@
},
"description": "__MSG_KbActivate__"
},
"menu": {
"description": "__MSG_KbMenu__"
},
"reset_selection": {
"suggested_key": {
"default": "Alt+R"
},
"description": "__MSG_KbResetSelection__"
},
"menu": {
"description": "__MSG_KbMenu__"
},
"fold_branch": {
"description": "__MSG_KbFoldBranch__"
},
Expand All @@ -169,15 +169,15 @@
"activate_panel_next_active_tab": {
"description": "__MSG_KbActPanelNextActTab__"
},
"move_tab_to_active": {
"description": "__MSG_KbMoveTabToAct__"
},
"tabs_indent": {
"description": "__MSG_KbTabsIndent__"
},
"tabs_outdent": {
"description": "__MSG_KbTabsOutdent__"
},
"move_tab_to_active": {
"description": "__MSG_KbMoveTabToAct__"
},
"move_tabs_up": {
"description": "__MSG_KbMoveTabsUp__"
},
Expand Down

0 comments on commit 7b01f6b

Please sign in to comment.