0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source/keyboard
Neil Jenkins 73e9d083dd Fix handling of Japanese IME input
With the modern keyboard events, the Backspace/Enter handlers were being
triggered even when they were part of an IME composition, which broke
the native IME handling. We now ignore all keyboard events that are part
of composition to avoid this issue.
2024-02-01 21:24:11 +11:00
..
Backspace.ts Fix backspace can delete two characters 2023-02-22 11:27:16 +11:00
Delete.ts Squire 2.0 2023-01-23 13:18:29 +11:00
Enter.ts Squire 2.0 2023-01-23 13:18:29 +11:00
KeyHandlers.ts Fix handling of Japanese IME input 2024-02-01 21:24:11 +11:00
KeyHelpers.ts Fix crash linkifying text in middle of node 2023-04-20 10:57:05 +10:00
Space.ts Add undo point for automatic list creation 2023-12-20 14:17:34 +11:00
Tab.ts Squire 2.0 2023-01-23 13:18:29 +11:00