diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md index 542d94516..9b613792b 100644 --- a/docs/keybindings/Keybindings_en.md +++ b/docs/keybindings/Keybindings_en.md @@ -63,14 +63,14 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Branches Panel (Remote Branches (in Remotes tab))
-  esc: Return to remotes list
-  g: view reset options
   space: checkout
   n: new branch
   M: merge into currently checked out branch
-  d: delete branch
   r: rebase checked-out branch onto this branch
+  d: delete branch
   u: set as upstream of checked-out branch
+  esc: Return to remotes list
+  g: view reset options
   enter: view commits
 
@@ -178,7 +178,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Files Panel (Files)
-  D: view reset options
   ctrl+o: copy the file name to the clipboard
   ctrl+w: Toggle whether or not whitespace changes are shown in the diff view
   d: view 'discard changes' options
@@ -197,6 +196,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   a: stage/unstage all
   enter: stage individual hunks/lines for file, or collapse/expand for directory
   g: view upstream reset options
+  D: view reset options
   `: toggle file tree view
   M: open external merge tool (git mergetool)
   f: fetch
diff --git a/docs/keybindings/Keybindings_nl.md b/docs/keybindings/Keybindings_nl.md
index a1216b853..734f7135d 100644
--- a/docs/keybindings/Keybindings_nl.md
+++ b/docs/keybindings/Keybindings_nl.md
@@ -69,9 +69,11 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   space: uitchecken
   n: nieuwe branch
   M: merge in met huidige checked out branch
-  d: verwijder branch
   r: rebase branch
+  d: verwijder branch
   u: stel in als upstream van uitgecheckte branch
+  esc: Ga terug naar remotes lijst
+  g: bekijk reset opties
   enter: bekijk commits
 
@@ -192,6 +194,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct a: toggle staged alle enter: stage individuele hunks/lijnen g: bekijk upstream reset opties + D: bekijk reset opties `: toggle bestandsboom weergave M: open external merge tool (git mergetool) f: fetch diff --git a/docs/keybindings/Keybindings_pl.md b/docs/keybindings/Keybindings_pl.md index 8d877f282..8dd8ff8aa 100644 --- a/docs/keybindings/Keybindings_pl.md +++ b/docs/keybindings/Keybindings_pl.md @@ -63,14 +63,14 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Gałęzie Panel (Remote Branches (in Remotes tab))
-  esc: wróć do listy repozytoriów zdalnych
-  g: wyświetl opcje resetu
   space: przełącz
   n: nowa gałąź
   M: scal do obecnej gałęzi
-  d: usuń gałąź
   r: zmiana bazy gałęzi
+  d: usuń gałąź
   u: set as upstream of checked-out branch
+  esc: wróć do listy repozytoriów zdalnych
+  g: wyświetl opcje resetu
   enter: view commits
 
@@ -178,7 +178,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Pliki Panel (Pliki)
-  D: wyświetl opcje resetu
   ctrl+o: copy the file name to the clipboard
   ctrl+w: Toggle whether or not whitespace changes are shown in the diff view
   d: pokaż opcje porzucania zmian
@@ -197,6 +196,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   a: przełącz stan poczekalni wszystkich
   enter: zatwierdź pojedyncze linie
   g: view upstream reset options
+  D: wyświetl opcje resetu
   `: toggle file tree view
   M: open external merge tool (git mergetool)
   f: pobierz
diff --git a/docs/keybindings/Keybindings_zh.md b/docs/keybindings/Keybindings_zh.md
index f718aa89f..34a60a0e5 100644
--- a/docs/keybindings/Keybindings_zh.md
+++ b/docs/keybindings/Keybindings_zh.md
@@ -63,14 +63,14 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
 ## 分支 面板 (远程分支(在远程页面中))
 
 
-  esc: 返回远程仓库列表
-  g: 查看重置选项
   space: 检出
   n: 新分支
   M: 合并到当前检出的分支
-  d: 删除分支
   r: 将已检出的分支变基到该分支
+  d: 删除分支
   u: 设置为检出分支的上游
+  esc: 返回远程仓库列表
+  g: 查看重置选项
   enter: 查看提交
 
@@ -178,7 +178,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## 文件 面板 (文件)
-  D: 查看重置选项
   ctrl+o: 将文件名复制到剪贴板
   ctrl+w: 切换是否在差异视图中显示空白更改
   d: 查看'放弃更改‘选项
@@ -197,6 +196,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
   a: 切换所有文件的暂存状态
   enter: 暂存单个 块/行 用于文件, 或 折叠/展开 目录
   g: 查看上游重置选项
+  D: 查看重置选项
   `: 切换文件树视图
   M: 打开合并工具
   f: 抓取