From 13c5c116fd5994f3b0693093b342896d9c5f7f75 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 11 Mar 2024 18:30:32 +0800 Subject: [PATCH] doc: add text editor hotkeys information --- src/Resources/Locales/en_US.axaml | 5 +++++ src/Resources/Locales/zh_CN.axaml | 5 +++++ src/Views/Hotkeys.axaml | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml index 809222d1..bde1d64c 100644 --- a/src/Resources/Locales/en_US.axaml +++ b/src/Resources/Locales/en_US.axaml @@ -481,6 +481,11 @@ Switch to 'Stashes' Toggle commit search Stage/Unstage selected changes + TEXT EDITOR + Open search panel + Find previous match + Find next match + Close search panel Git has NOT been configured. Please to go [Preference] and configure it first. BINARY FILE NOT SUPPORTED!!! diff --git a/src/Resources/Locales/zh_CN.axaml b/src/Resources/Locales/zh_CN.axaml index 9e06fda4..6ddad3de 100644 --- a/src/Resources/Locales/zh_CN.axaml +++ b/src/Resources/Locales/zh_CN.axaml @@ -480,6 +480,11 @@ 显示贮藏列表 打开/关闭历史搜索 将选中的变更暂存或从暂存列表中移除 + 文本编辑器 + 打开搜索 + 定位到上一个匹配搜索的位置 + 定位到下一个匹配搜索的位置 + 关闭搜索 GIT尚未配置。请打开【偏好设置】配置GIT路径。 二进制文件不支持该操作!!! diff --git a/src/Views/Hotkeys.axaml b/src/Views/Hotkeys.axaml index c61f585f..ceb99f41 100644 --- a/src/Views/Hotkeys.axaml +++ b/src/Views/Hotkeys.axaml @@ -92,6 +92,26 @@ + + + + + + + + + + + + + + + +