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

Did some search and cannot find more info about it...(I don't actually use it)
Should just be the emacs style hotkeys in Mac OS (similar to `ctrl-k` for `Kill` and `ctrl-y` for `Yank`).

I think it's not worth adding new InputTypes since nobody uses it (I assume?), but as they are modifying DOM we should at least have some notes about the expected events, e.g.:

1. Fire `InputType=deleteContentForward` for `Kill`
2. Fire `InputType=insertText` for `Yank`
3. Fire `InputType=insertText` with target ranges for `Transpose`

-- 
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#issuecomment-242183214

Received on Wednesday, 24 August 2016 19:38:11 UTC