Open MaxGyver83 opened 1 year ago
There is a way to unfocus:
i
to switch to vi-insert-mode
.C-z
to activate passthrough-mode
Esc
to unfocus (will be passed to the document).Seems cumbersome, but yes.
There must be a way we can make this work...!
A simple option is to use Tab to move focus to the next interactive element. But yeah, more elegant Nyxt-side solution won't hurt.
Describe the bug
Using
vi
key bindings, when I focus a text input on a web page withAlt+i
, I'm directly in insert mode and can enter some text. But then I'm caught in this text input. How can I unfocus (without using the mouse)?Esc
brings me to normal mode but never out of the text input.Precise recipe to reproduce the issue
config.lisp
:Alt+i
.Esc
switches to normal mode.Esc
again has no effect.