KeyHandler // Re-allow Ctrl+CMD+Enter BPMF commit.
- This design is innocent.
This commit is contained in:
parent
f3ac405f9b
commit
a88b884221
|
@ -526,7 +526,7 @@ static NSString *const kGraphVizOutputfile = @"/tmp/vChewing-visualization.dot";
|
|||
// MARK: Enter
|
||||
if ([input isEnter]) {
|
||||
if ([input isControlHold]) {
|
||||
if (![input isCommandHold]) {
|
||||
if (ctlInputMethod.areWeUsingOurOwnPhraseEditor || [input isCommandHold]) {
|
||||
return [self _handleCtrlEnterWithState:state stateCallback:stateCallback errorCallback:errorCallback];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue