KeyHandler // Use Tab to call Candidate Window.

This commit is contained in:
ShikiSuen 2022-02-23 14:32:37 +08:00
parent e14a0cde1a
commit 2310d46e58
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ static NSString *const kGraphVizOutputfile = @"/tmp/vChewing-visualization.dot";
if (_bpmfReadingBuffer->isEmpty() &&
[state isKindOfClass:[InputStateNotEmpty class]] &&
([input isExtraChooseCandidateKey] || [input isExtraChooseCandidateKeyReverse]
|| [input isSpace] || [input isPageDown] || [input isPageUp]
|| [input isSpace] || [input isPageDown] || [input isPageUp] || [input isTab]
|| (input.useVerticalMode && ([input isVerticalModeOnlyChooseCandidateKey])))) {
if ([input isSpace]) {
// if the spacebar is NOT set to be a selection key