diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml
index 275ddf5a..5904b67a 100644
--- a/src/Resources/Locales/en_US.axaml
+++ b/src/Resources/Locales/en_US.axaml
@@ -623,8 +623,7 @@
COMMIT & PUSH
Template/Histories
CTRL + Enter
- Use 'Alt+Enter' to stage all changes and commit
- Use '⌥+Enter' to stage all changes and commit
+ Use 'Ctrl(⌘)+Shift+Enter' to stage all changes and commit
CONFLICTS DETECTED
FILE CONFLICTS ARE RESOLVED
INCLUDE UNTRACKED FILES
diff --git a/src/Resources/Locales/zh_CN.axaml b/src/Resources/Locales/zh_CN.axaml
index 2d5cc4b8..41dbb9dc 100644
--- a/src/Resources/Locales/zh_CN.axaml
+++ b/src/Resources/Locales/zh_CN.axaml
@@ -621,8 +621,7 @@
提交并推送
历史输入/模板
CTRL + Enter
- 使用 Alt+Enter 自动暂存所有变更并提交
- 使用 ⌥+Enter 自动暂存所有变更并提交
+ 使用 Ctrl(⌘)+Shift+Enter 自动暂存所有变更并提交
检测到冲突
文件冲突已解决
显示未跟踪文件
diff --git a/src/Resources/Locales/zh_TW.axaml b/src/Resources/Locales/zh_TW.axaml
index 1c07df18..ba98602d 100644
--- a/src/Resources/Locales/zh_TW.axaml
+++ b/src/Resources/Locales/zh_TW.axaml
@@ -626,8 +626,7 @@
提交並推送
歷史輸入/範本
CTRL + Enter
- 使用 Alt+Enter 自動暫存全部變更並提交
- 使用 ⌥+Enter 自動暫存全部變更並提交
+ 使用 Ctrl(⌘)+Shift+Enter 自動暫存全部變更並提交
檢測到衝突
檔案衝突已解決
顯示未追蹤檔案
diff --git a/src/Views/Hotkeys.axaml b/src/Views/Hotkeys.axaml
index 45fc1c08..5d98238d 100644
--- a/src/Views/Hotkeys.axaml
+++ b/src/Views/Hotkeys.axaml
@@ -103,10 +103,10 @@
-
+
-
+
diff --git a/src/Views/WorkingCopy.axaml b/src/Views/WorkingCopy.axaml
index 34a65fc8..55b95433 100644
--- a/src/Views/WorkingCopy.axaml
+++ b/src/Views/WorkingCopy.axaml
@@ -226,32 +226,21 @@
ToolTip.Placement="Top"
ToolTip.VerticalOffset="0">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
+ HotKey="{OnPlatform Ctrl+Shift+Enter, macOS=⌘+Shift+Enter}"/>