From 3ca382b35fc6c3665cda0085ea3449b2c9c0f31a Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 13 Mar 2022 15:04:05 +0800 Subject: [PATCH] KeyHandler // Typo fix in "calling candiate window" section. --- Source/Modules/ControllerModules/KeyHandler.mm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Modules/ControllerModules/KeyHandler.mm b/Source/Modules/ControllerModules/KeyHandler.mm index 457353bb..0e6e8cb2 100644 --- a/Source/Modules/ControllerModules/KeyHandler.mm +++ b/Source/Modules/ControllerModules/KeyHandler.mm @@ -433,8 +433,7 @@ static NSString *const kGraphVizOutputfile = @"/tmp/vChewing-visualization.dot"; return YES; } - // MARK: Space and Down, plus PageUp / PageDn / PageLeft / PageRight. - // keyCode 125 = Down, charCode 32 = Space + // MARK: Calling candidate window using Space or Down or PageUp / PageDn. if (_bpmfReadingBuffer->isEmpty() && [state isKindOfClass:[InputStateNotEmpty class]] && ([input isExtraChooseCandidateKey] || [input isExtraChooseCandidateKeyReverse]