You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use yazi file manager https://github.com/sxyazi/yazi
I want to use Insert key for any function, but Yazi doesnt receives key events from crossterm.
The Yazi's developer thinks this is a crossterm's bug: https://github.com/sxyazi/yazi/issues/1485
The insert key is working fine. Xev program reported the following, when I press the insert key:
KeyPress event, serial 33, synthetic NO, window 0x1e00001,
root 0x558, subw 0x0, time 1635077, (21,3), root:(988,565),
state 0x0, keycode 90 (keysym 0xff9e, KP_Insert), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x1e00001,
root 0x558, subw 0x0, time 1635205, (21,3), root:(988,565),
state 0x0, keycode 90 (keysym 0xff9e, KP_Insert), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
OS
Debian 12
Terminal/Console
st 0.9.1
The text was updated successfully, but these errors were encountered:
You may be able to get this to work in some terminals (but not all) by turning on the keyboard enhancement flags - this would be something that yazi would have to do (and it still may not solve your problem).
You may be able to configure your terminal to do something special with Insert however and then configure yazi to recognize that.
I'm closing this as a duplicate of #685 - you can add a comment there to help track this, but given this is in the keys not really supported by default you might be out of luck for really doing anything useful.
Describe the bug
I use yazi file manager https://github.com/sxyazi/yazi
I want to use Insert key for any function, but Yazi doesnt receives key events from crossterm.
The Yazi's developer thinks this is a crossterm's bug: https://github.com/sxyazi/yazi/issues/1485
The insert key is working fine. Xev program reported the following, when I press the insert key:
OS
Debian 12
Terminal/Console
st 0.9.1
The text was updated successfully, but these errors were encountered: