kitty kbd: stop parsing CSI R as F3

This has been removed, see kitty commit cd92d50a0 (Keyboard protocol:
Remove CSI R from the allowed encodings of the F3 key as it conflicts
with the *Cursor Position Report* escape code, 2022-12-24).
This commit is contained in:
Johannes Altmanninger
2024-12-29 14:20:55 +01:00
parent cde503b0a8
commit 1e384900fa

View File

@@ -938,7 +938,6 @@ fn parse_csi(&mut self, buffer: &mut Vec<u8>) -> Option<Key> {
}
b'P' => masked_key(function_key(1), None),
b'Q' => masked_key(function_key(2), None),
b'R' => masked_key(function_key(3), None),
b'S' => masked_key(function_key(4), None),
b'~' => match params[0][0] {
1 => masked_key(key::Home, None), // VT220/tmux style