Wrapping keyboardevent with InputEvent

This commit is contained in:
2016-03-22 19:31:19 +08:00
parent 75662e6d04
commit 5f5e0604fa
5 changed files with 69 additions and 38 deletions
@@ -1,7 +1,2 @@
/** @constructor */
Components.Vim.Controls = function(){};
/** @type Function */
Components.Vim.Controls.ModKeys;
/** @type Function */
Components.Vim.Controls.KMap;