Lu Wang

Results 82 comments of Lu Wang

I see. Let me see if I can throttle the redraw procedure.

neovim uses `pbcopy` and `pbpaste` http://neovim.org/doc/user/nvim_clipboard.html

Did you set `:set paste`?

@trusktr Good to know. Yet there may be a problem to access configuration in `nvim.html`. A good solution would be pass `webframe` out of the renderer.

That's probably because the scancode is used. I wonder if you have tried Atom (the editor), is your keyboard working well there?

OK, let me see if I can find the issue, as the code that processes keyboard events were taking from Atom. But it could be difficult as I don't have...

@q12321q Is there a library for this?

Translate keycode to localized characters.

@q12321q Indeed I switched 'keypress' to 'keydown' before, just to handle special characters. To use both events, we need to make sure that each physical key press is handled only...