daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
717 stars 56 forks source link

Cannot enter lesser then character #3

Closed ghost closed 7 years ago

ghost commented 7 years ago

As per title, I am not able to enter the lesser then character ('<') when in insert mode, it simply does nothing. I can enter the greater then character ('>') though

daa84 commented 7 years ago

I can't reproduce, but think i know problem source :) fix it, can you check? Also what OS/neovim version do you use?

ghost commented 7 years ago

Archlinux, neovim 0.1.7-3. Sadly, I still can't enter '<'. How can I help you? No enough coding skill, sorry... D:

daa84 commented 7 years ago

Ok, I add log facility to program, so can you do next steps: update application run it as RUST_LOG=nvim_gtk::input,nvim_gtk::shell cargo run this will enable logging of all entered keys, for my case it looks like this:

DEBUG:nvim_gtk::input: keyval -> <
DEBUG:nvim_gtk::shell: nvim_input -> <lt>
DEBUG:nvim_gtk::input: keyval -> >
DEBUG:nvim_gtk::shell: nvim_input -> >

And past result for '<' key. Thanks.

ghost commented 7 years ago

Here you are:

DEBUG:nvim_gtk::input: keyval -> >
DEBUG:nvim_gtk::shell: nvim_input -> >
DEBUG:nvim_gtk::shell: nvim_input -> <

Hope it helps!

daa84 commented 7 years ago

Ok, find problem source, must work now :) thanks for report

ghost commented 7 years ago

You're welcome! Thank you for this neovim GUI! 👍