From e31b82e82b88c383055bd8cce8ee2e62e5828034 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Fri, 9 Sep 2022 16:30:21 +0800 Subject: [PATCH] Repo // "Backspace" -> "BackSpace". --- Source/Modules/ControllerModules/KeyHandler_HandleInput.swift | 2 +- Source/Modules/ControllerModules/KeyHandler_States.swift | 4 ++-- Source/Resources/ja.lproj/shortcuts.html | 2 +- Source/Resources/zh-Hans.lproj/shortcuts.html | 2 +- Source/Resources/zh-Hant.lproj/shortcuts.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/Modules/ControllerModules/KeyHandler_HandleInput.swift b/Source/Modules/ControllerModules/KeyHandler_HandleInput.swift index 91d4173f..75d718e9 100644 --- a/Source/Modules/ControllerModules/KeyHandler_HandleInput.swift +++ b/Source/Modules/ControllerModules/KeyHandler_HandleInput.swift @@ -253,7 +253,7 @@ extension KeyHandler { return handleClockKey(state: state, stateCallback: stateCallback, errorCallback: errorCallback) } - // MARK: Backspace + // MARK: BackSpace if input.isBackSpace { return handleBackSpace(state: state, input: input, stateCallback: stateCallback, errorCallback: errorCallback) diff --git a/Source/Modules/ControllerModules/KeyHandler_States.swift b/Source/Modules/ControllerModules/KeyHandler_States.swift index e5153a9d..53128eb1 100644 --- a/Source/Modules/ControllerModules/KeyHandler_States.swift +++ b/Source/Modules/ControllerModules/KeyHandler_States.swift @@ -374,9 +374,9 @@ extension KeyHandler { return true } - // MARK: - 處理 Backspace (macOS Delete) 按鍵行為 + // MARK: - 處理 BackSpace (macOS Delete) 按鍵行為 - /// 處理 Backspace (macOS Delete) 按鍵行為。 + /// 處理 BackSpace (macOS Delete) 按鍵行為。 /// - Parameters: /// - state: 當前狀態。 /// - input: 輸入按鍵訊號。 diff --git a/Source/Resources/ja.lproj/shortcuts.html b/Source/Resources/ja.lproj/shortcuts.html index 376347b2..148db5bd 100644 --- a/Source/Resources/ja.lproj/shortcuts.html +++ b/Source/Resources/ja.lproj/shortcuts.html @@ -86,7 +86,7 @@
-
Bksp (Backspace. Apple に "Delete" と呼ばれていますが…)
+
Bksp (BackSpace. Apple に "Delete" と呼ばれていますが…)
diff --git a/Source/Resources/zh-Hans.lproj/shortcuts.html b/Source/Resources/zh-Hans.lproj/shortcuts.html index 3575c79b..46d120ee 100644 --- a/Source/Resources/zh-Hans.lproj/shortcuts.html +++ b/Source/Resources/zh-Hans.lproj/shortcuts.html @@ -85,7 +85,7 @@
-
Bksp (Backspace,被 Apple 称为 Delete)
+
Bksp (BackSpace,被 Apple 称为 Delete)
diff --git a/Source/Resources/zh-Hant.lproj/shortcuts.html b/Source/Resources/zh-Hant.lproj/shortcuts.html index d02bea68..f0597dec 100644 --- a/Source/Resources/zh-Hant.lproj/shortcuts.html +++ b/Source/Resources/zh-Hant.lproj/shortcuts.html @@ -85,7 +85,7 @@
-
Bksp (Backspace,被 Apple 稱為 Delete)
+
Bksp (BackSpace,被 Apple 稱為 Delete)