Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Bugfix/chrome keys #27

Closed
wants to merge 2 commits into from
Closed

Conversation

emnh
Copy link
Contributor

@emnh emnh commented Jan 30, 2015

Fix chrome keys.
Fix $ to end of line, HOME, END, CTRL+F (forward) and CTRL+B (backward) on Chrome. also tested on Firefox and IE.
This patch is meant to be applied after the multi-byte patch.

@emnh emnh mentioned this pull request Jan 30, 2015
[
KeyEvent.DOM_VK_F,
KeyEvent.DOM_VK_B,
].forEach(function(k) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix the indent here.

emnh added 2 commits January 31, 2015 11:42
Increased vim.js compiled size from 25MB to 44MB.
It is disabled by default.
Uses builtin emscripten UTF8 functions.
…d) on Chrome. Also tested on Firefox and IE.
@coolwanglu
Copy link
Owner

Commit in #25 is also included here, would you close #25 or isolate the commits?

@emnh
Copy link
Contributor Author

emnh commented May 12, 2016

Closing this since #45 now includes it.

@emnh emnh closed this May 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants