From 9578329cd958305ce05ed203f5d2275b099defb0 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 7 Aug 2022 11:20:25 +1000 Subject: [PATCH] update cheatsheet --- docs/keybindings/Keybindings_en.md | 20 ++++++++++---------- docs/keybindings/Keybindings_ja.md | 20 ++++++++++---------- docs/keybindings/Keybindings_ko.md | 20 ++++++++++---------- docs/keybindings/Keybindings_nl.md | 20 ++++++++++---------- docs/keybindings/Keybindings_pl.md | 20 ++++++++++---------- docs/keybindings/Keybindings_zh.md | 20 ++++++++++---------- 6 files changed, 60 insertions(+), 60 deletions(-) diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md index fd1b270e5..ba17919df 100644 --- a/docs/keybindings/Keybindings_en.md +++ b/docs/keybindings/Keybindings_en.md @@ -30,13 +30,13 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## List Panel Navigation
-  H: scroll left
-  L: scroll right
   ,: previous page
   .: next page
   <: scroll to top
   /: start search
   >: scroll to bottom
+  H: scroll left
+  L: scroll right
   ]: next tab
   [: previous tab
 
@@ -140,24 +140,24 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Main Panel (Merging)
-  esc: return to files panel
-  M: open external merge tool (git mergetool)
-  space: pick hunk
-  b: pick all hunks
+  e: edit file
+  o: open file
   : select previous conflict
   : select next conflict
   : select previous hunk
   : select next hunk
-  e: edit file
-  o: open file
   z: undo
+  M: open external merge tool (git mergetool)
+  space: pick hunk
+  b: pick all hunks
+  esc: return to files panel
 
## Main Panel (Normal)
-  mouse wheel down: scroll down (fn+up)
-  mouse wheel up: scroll up (fn+down)
+  mouse wheel ▼: scroll down (fn+up)
+  mouse wheel ▲: scroll up (fn+down)
 
## Main Panel (Patch Building) diff --git a/docs/keybindings/Keybindings_ja.md b/docs/keybindings/Keybindings_ja.md index 26dde2c69..d22f6d150 100644 --- a/docs/keybindings/Keybindings_ja.md +++ b/docs/keybindings/Keybindings_ja.md @@ -30,13 +30,13 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## 一覧パネルの操作
-  H: 左スクロール
-  L: 右スクロール
   ,: 前のページ
   .: 次のページ
   <: 最上部までスクロール
   /: 検索を開始
   >: 最下部までスクロール
+  H: 左スクロール
+  L: 右スクロール
   ]: 次のタブ
   [: 前のタブ
 
@@ -199,24 +199,24 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## メインパネル (Merging)
-  esc: ファイル一覧に戻る
-  M: git mergetoolを開く
-  space: pick hunk
-  b: pick all hunks
+  e: ファイルを編集
+  o: ファイルを開く
   : 前のコンフリクトを選択
   : 次のコンフリクトを選択
   : 前のhunkを選択
   : 次のhunkを選択
-  e: ファイルを編集
-  o: ファイルを開く
   z: アンドゥ
+  M: git mergetoolを開く
+  space: pick hunk
+  b: pick all hunks
+  esc: ファイル一覧に戻る
 
## メインパネル (Normal)
-  mouse wheel down: 下にスクロール (fn+up)
-  mouse wheel up: 上にスクロール (fn+down)
+  mouse wheel ▼: 下にスクロール (fn+up)
+  mouse wheel ▲: 上にスクロール (fn+down)
 
## メインパネル (Patch Building) diff --git a/docs/keybindings/Keybindings_ko.md b/docs/keybindings/Keybindings_ko.md index 040366e7b..248146818 100644 --- a/docs/keybindings/Keybindings_ko.md +++ b/docs/keybindings/Keybindings_ko.md @@ -30,13 +30,13 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## List Panel Navigation
-  H: 우 스크롤
-  L: 좌 스크롤
   ,: 이전 페이지
   .: 다음 페이지
   <: 맨 위로 스크롤 
   /: 검색 시작
   >: 맨 아래로 스크롤 
+  H: 우 스크롤
+  L: 좌 스크롤
   ]: 이전 탭
   [: 다음 탭
 
@@ -84,24 +84,24 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## 메인 패널 (Merging)
-  esc: 파일 목록으로 돌아가기
-  M: git mergetool를 열기
-  space: pick hunk
-  b: pick all hunks
+  e: 파일 편집
+  o: 파일 닫기
   : 이전 충돌을 선택
   : 다음 충돌을 선택
   : 이전 hunk를 선택
   : 다음 hunk를 선택
-  e: 파일 편집
-  o: 파일 닫기
   z: 되돌리기
+  M: git mergetool를 열기
+  space: pick hunk
+  b: pick all hunks
+  esc: 파일 목록으로 돌아가기
 
## 메인 패널 (Normal)
-  mouse wheel down: 아래로 스크롤 (fn+up)
-  mouse wheel up: 위로 스크롤 (fn+down)
+  mouse wheel ▼: 아래로 스크롤 (fn+up)
+  mouse wheel ▲: 위로 스크롤 (fn+down)
 
## 메인 패널 (Patch Building) diff --git a/docs/keybindings/Keybindings_nl.md b/docs/keybindings/Keybindings_nl.md index f9f6aff55..73c1f4fc8 100644 --- a/docs/keybindings/Keybindings_nl.md +++ b/docs/keybindings/Keybindings_nl.md @@ -30,13 +30,13 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Lijstpaneel Navigatie
-  H: scroll left
-  L: scroll right
   ,: vorige pagina
   .: volgende pagina
   <: scroll naar boven
   /: start met zoeken
   >: scroll naar beneden
+  H: scroll left
+  L: scroll right
   ]: volgende tabblad
   [: vorige tabblad
 
@@ -140,24 +140,24 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Mergen
-  esc: ga terug naar het bestanden paneel
-  M: open external merge tool (git mergetool)
-  space: kies hunk
-  b: kies bijde hunks
+  e: verander bestand
+  o: open bestand
   : selecteer voorgaand conflict
   : selecteer volgende conflict
   : selecteer bovenste hunk
   : selecteer onderste hunk
-  e: verander bestand
-  o: open bestand
   z: ongedaan maken
+  M: open external merge tool (git mergetool)
+  space: kies hunk
+  b: kies bijde hunks
+  esc: ga terug naar het bestanden paneel
 
## Normaal
-  mouse wheel down: scroll omlaag (fn+up)
-  mouse wheel up: scroll omhoog (fn+down)
+  mouse wheel ▼: scroll omlaag (fn+up)
+  mouse wheel ▲: scroll omhoog (fn+down)
 
## Patch Bouwen diff --git a/docs/keybindings/Keybindings_pl.md b/docs/keybindings/Keybindings_pl.md index 38f67182e..a1796ae75 100644 --- a/docs/keybindings/Keybindings_pl.md +++ b/docs/keybindings/Keybindings_pl.md @@ -30,13 +30,13 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## List Panel Navigation
-  H: scroll left
-  L: scroll right
   ,: previous page
   .: next page
   <: scroll to top
   /: start search
   >: scroll to bottom
+  H: scroll left
+  L: scroll right
   ]: next tab
   [: previous tab
 
@@ -211,17 +211,17 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Scalanie
-  esc: wróć do panelu plików
-  M: open external merge tool (git mergetool)
-  space: wybierz kawałek
-  b: wybierz wszystkie kawałki
+  e: edytuj plik
+  o: otwórz plik
   : poprzedni konflikt
   : następny konflikt
   : wybierz poprzedni kawałek
   : wybierz następny kawałek
-  e: edytuj plik
-  o: otwórz plik
   z: cofnij
+  M: open external merge tool (git mergetool)
+  space: wybierz kawałek
+  b: wybierz wszystkie kawałki
+  esc: wróć do panelu plików
 
## Schowek @@ -286,6 +286,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## Zwykłe
-  mouse wheel down: przewiń w dół (fn+up)
-  mouse wheel up: przewiń w górę (fn+down)
+  mouse wheel ▼: przewiń w dół (fn+up)
+  mouse wheel ▲: przewiń w górę (fn+down)
 
diff --git a/docs/keybindings/Keybindings_zh.md b/docs/keybindings/Keybindings_zh.md index 511ea5934..df1db2e55 100644 --- a/docs/keybindings/Keybindings_zh.md +++ b/docs/keybindings/Keybindings_zh.md @@ -30,13 +30,13 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## 列表面板导航
-  H: 向左滚动
-  L: 向右滚动
   ,: 上一页
   .: 下一页
   <: 滚动到顶部
   /: 开始搜索
   >: 滚动到底部
+  H: 向左滚动
+  L: 向右滚动
   ]: 下一个标签
   [: 上一个标签
 
@@ -209,17 +209,17 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## 正在合并
-  esc: 返回文件面板
-  M: 打开外部合并工具 (git mergetool)
-  space: 选中区块
-  b: 选中所有区块
+  e: 编辑文件
+  o: 打开文件
   : 选择上一个冲突
   : 选择下一个冲突
   : 选择顶部块
   : 选择底部块
-  e: 编辑文件
-  o: 打开文件
   z: 撤销
+  M: 打开外部合并工具 (git mergetool)
+  space: 选中区块
+  b: 选中所有区块
+  esc: 返回文件面板
 
## 正在暂存 @@ -243,8 +243,8 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct ## 正常
-  mouse wheel down: 向下滚动 (fn+up)
-  mouse wheel up: 向上滚动 (fn+down)
+  mouse wheel ▼: 向下滚动 (fn+up)
+  mouse wheel ▲: 向上滚动 (fn+down)
 
## 状态