mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
JBR-1144 [JDK11] [macos] Held down key is not deleted when press backspace after accent menu popup (Mojave)
Handled backspace separately
(cherry picked from commit 81916a92af)
This commit is contained in:
committed by
alexey.ushakov@jetbrains.com
parent
7f65611960
commit
2a41fc6295
@@ -299,7 +299,9 @@ static BOOL shouldUsePressAndHold() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
return;
|
||||
if ([event keyCode] != kVK_Delete) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
NSString *eventCharacters = [event characters];
|
||||
|
||||
Reference in New Issue
Block a user