KeyHandler // Typo fix in "calling candiate window" section.

This commit is contained in:
ShikiSuen 2022-03-13 15:04:05 +08:00
parent fd2078bfa9
commit 62c9c66bec
1 changed files with 1 additions and 2 deletions

View File

@ -433,8 +433,7 @@ static NSString *const kGraphVizOutputfile = @"/tmp/vChewing-visualization.dot";
return YES; return YES;
} }
// MARK: Space and Down, plus PageUp / PageDn / PageLeft / PageRight. // MARK: Calling candidate window using Space or Down or PageUp / PageDn.
// keyCode 125 = Down, charCode 32 = Space
if (_bpmfReadingBuffer->isEmpty() && if (_bpmfReadingBuffer->isEmpty() &&
[state isKindOfClass:[InputStateNotEmpty class]] && [state isKindOfClass:[InputStateNotEmpty class]] &&
([input isExtraChooseCandidateKey] || [input isExtraChooseCandidateKeyReverse] ([input isExtraChooseCandidateKey] || [input isExtraChooseCandidateKeyReverse]