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
Open program that can print inputs received (ie: micro's raw mode, could even be a program that responds to those inputs)
Go in normal mode
separate bug can be seen imemdiately: the space of [Ctrl+Shift+Space] gets forwarded immediately at the same time contour switches to normal mode, but without any modifiers
Some inputs are forwarded
Expected Behavior
Nothing gets forwarded outside insert mode
Actual Behavior
Input
Forwarded on modifiers
Escape
no
Enter
no
Tab
no
Backspace
no
F1~12
no
Mouse click (all 3)
yes, [Shift] is intercepted by contour's UI and places the normal mode cursor. ([Ctrl] modifier is forwarded)
Scroll (all directions)
yes (except [Shift]) ([Ctrl] modifier is forwarded)
Additional notes
This happens seemingly regardless of the input protocol used and normal/alternate buffer; this reproduces in zsh, micro (neither modifyOtherKeys nor CSLu), and nvim (CSLu)
The text was updated successfully, but these errors were encountered:
Contour Terminal version
Contour Terminal Emulator 0.4.3
Installer source
something else (please specify below)
Operating System
VoidLinux
Architecture
x86-64
Other Software
No response
Steps to reproduce
micro
'sraw
mode, could even be a program that responds to those inputs)separate bug can be seen imemdiately: the space of [Ctrl+Shift+Space] gets forwarded immediately at the same time contour switches to normal mode, but without any modifiers
Expected Behavior
Nothing gets forwarded outside insert mode
Actual Behavior
([Ctrl] modifier is forwarded)
([Ctrl] modifier is forwarded)
Additional notes
This happens seemingly regardless of the input protocol used and normal/alternate buffer; this reproduces in zsh, micro (neither modifyOtherKeys nor CSLu), and nvim (CSLu)
The text was updated successfully, but these errors were encountered: