Commit 13f783d
committed
fix: send backtab escape sequence on Shift+Tab
Modified the TAB case in handleKeyDown to check for Shift modifier and send
backtab escape sequence (\x1b[Z) instead of regular tab.
#109 Keyboard handling issues: Shift+Tab on macOS1 parent e3ec592 commit 13f783d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
374 | 378 | | |
375 | 379 | | |
376 | 380 | | |
| |||
0 commit comments