SIGN IN SIGN UP

Deadkeys 2 (#20612)

Re-land of #20515 with less brokenness

In particular it turns out that for control, the .characters() method
returns the control code. This mostly didn't make a difference, except
when the control code matched tab/enter/escape (for
ctrl-y,ctrl-[/ctrl-c) as we interpreted the key incorrectly.

Secondly, we were setting IME key too aggressively. This led to (in vim
mode) cmd-shift-{ being interpreted as [, so vim would wait for a second
[ before letting you change tab.

Release Notes:

- N/A
C
Conrad Irwin committed
96deabfb7816094e2591ab39de2806b92bf6e453
Parent: ad31aac
Committed by GitHub <noreply@github.com> on 11/13/2024, 5:42:08 PM