KeyHandler // Use Tab to call Candidate Window.
This commit is contained in:
parent
9b3e5fcf4d
commit
8bfe36e1f8
|
@ -419,7 +419,7 @@ static NSString *const kGraphVizOutputfile = @"/tmp/vChewing-visualization.dot";
|
||||||
if (_bpmfReadingBuffer->isEmpty() &&
|
if (_bpmfReadingBuffer->isEmpty() &&
|
||||||
[state isKindOfClass:[InputStateNotEmpty class]] &&
|
[state isKindOfClass:[InputStateNotEmpty class]] &&
|
||||||
([input isExtraChooseCandidateKey] || [input isExtraChooseCandidateKeyReverse]
|
([input isExtraChooseCandidateKey] || [input isExtraChooseCandidateKeyReverse]
|
||||||
|| [input isSpace] || [input isPageDown] || [input isPageUp]
|
|| [input isSpace] || [input isPageDown] || [input isPageUp] || [input isTab]
|
||||||
|| (input.useVerticalMode && ([input isVerticalModeOnlyChooseCandidateKey])))) {
|
|| (input.useVerticalMode && ([input isVerticalModeOnlyChooseCandidateKey])))) {
|
||||||
if ([input isSpace]) {
|
if ([input isSpace]) {
|
||||||
// if the spacebar is NOT set to be a selection key
|
// if the spacebar is NOT set to be a selection key
|
||||||
|
|
Loading…
Reference in New Issue