Commit 98753e0
authored
fix: send backtab escape sequence on Shift+Tab (#112)
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 242e38f commit 98753e0
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
397 | 401 | | |
398 | 402 | | |
399 | 403 | | |
| |||
0 commit comments