feat: Make Right click, Esc set the key action to none (#897)

* feat: Make Right click, Esc set the key action to none

* refactor: use ts-keycode-enum; revert: escape from mapping on pressing escape.
This commit is contained in:
dgyimesi
2019-01-24 14:25:22 +01:00
committed by László Monda
parent d674fd4490
commit c36156b497
6 changed files with 566 additions and 547 deletions

View File

@@ -73,8 +73,9 @@
"protractor": "5.4.0",
"reselect": "3.0.1",
"rxjs": "5.5.8",
"typescript": "2.6.2",
"semver": "5.6.0",
"ts-keycode-enum": "^1.0.6",
"typescript": "2.6.2",
"uhk-common": "1.0.0",
"xml-loader": "1.2.1",
"zone.js": "0.8.26",