[w3c/editing] [beforeinput] InputType for MacOS Transpose (ctrl-t) (#148)

On MacOS the hotkey `ctrl-t` will transpose the two character besides cursor (Chrome and Safari), e.g. 

1. a|b => ba|
2. ab|$ => ba|$

Should we:

1. Create a separate `InputType`, or
2. Just fire `insertText` with the target range?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/148

Received on Wednesday, 24 August 2016 15:59:53 UTC