mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
fix(tui): resolve rebase typo closes #2979
This commit is contained in:
@@ -1139,7 +1139,6 @@ export function matchesKey(data: string, keyId: KeyId): boolean {
|
||||
// modifyOtherKeys sequences from tmux can still be recognized.
|
||||
if (data === `\x1b${rawCtrl}`) return true;
|
||||
}
|
||||
}
|
||||
|
||||
if (modifier === MODIFIERS.alt && !_kittyProtocolActive && (isLetter || isDigit)) {
|
||||
// Legacy: alt+letter/digit is ESC followed by the key
|
||||
|
||||
Reference in New Issue
Block a user