unarist 4e35ce8269 Fix Esc hotkey behavior (#7199)
This fixes following cases which causes hotkey action accidentally:

* hitting Esc key to cancel text composition (mostly in CJK)

  Although events on cancelling composition are still heavily
  browser / input method dependent, but this implementation would
  covers current UI Events spec and some exceptions.

* hitting Esc key to close autocomplete suggestions

This PR changes to use keydown event instead of keyup event as well as other hotkeys.
2018-04-20 14:04:16 +02:00
..
2018-04-18 13:09:06 +02:00
2018-04-18 16:50:19 +02:00
2017-11-18 19:39:02 +01:00
2018-04-18 16:50:19 +02:00
2017-05-20 17:31:47 +02:00
2017-09-30 04:29:56 +02:00
2017-06-10 15:06:50 +02:00
2017-08-29 17:06:19 +02:00