Commit b4fd139
fix(tui): enable help key shortcut '?' in input mode
Fixes bounty issue #1535
The '?' key (Shift+/) was previously consumed by the input widget as text input, preventing the global Help action from triggering. This change prioritizes the Help action check before text input processing, ensuring the help overlay can be accessed even when the input field is focused.1 parent c8c60db commit b4fd139
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1357 | 1357 | | |
1358 | 1358 | | |
1359 | 1359 | | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
1360 | 1370 | | |
1361 | 1371 | | |
1362 | 1372 | | |
| |||
0 commit comments