I did spend a little time this evening taking a look at what it would take to use @binding-set in CSS to implement Vim.

The first thing we'll need to fix is GtkTextView swallows normal input. So things like j,k,l,h is swallowed before the binding set can activate.

In particular, gtk_im_context_filter_keypress() on gtktextview.c:4996 is what is swallowing the event.
_______________________________________________
Builder-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/builder-list

Reply via email to