coolwanglu / vim.js

JavaScript port of Vim
http://coolwanglu.github.io/vim.js/emterpreter/vim.html
Other
4.45k stars 272 forks source link

Don't catch keyboard events outside vim canvas #23

Closed emnh closed 9 years ago

emnh commented 9 years ago

If you want to embed vim.js on a bigger page, you need to be able to use keyboard outside vim canvas. Currently the page listens on document and uses preventDefault. I will send a pull request to fix this.

emnh commented 9 years ago

Created pull request https://github.com/coolwanglu/vim.js/pull/24 .