Re: [Builder] Emacs mode and keybindings




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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]