KeyHandler // Typo fix in "calling candiate window" section.
This commit is contained in:
parent
fd2078bfa9
commit
62c9c66bec
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue