Commit 0529da7
committed
fix(tui): allow question mark to be typed in input field
Fixes bounty issue #1708
The '?' key was globally bound to show help, but in Input context (when
typing in the input field), there was no override binding. This caused
the help popup to appear instead of inserting the '?' character.
Added an Input-context binding for '?' that returns KeyAction::None,
allowing the character to be inserted normally when typing.1 parent 8f839ec commit 0529da7
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
739 | 745 | | |
740 | 746 | | |
741 | 747 | | |
| |||
0 commit comments