docs: comment

This commit is contained in:
Jack Wills
2025-04-22 15:09:12 +00:00
parent bbfd2462a1
commit b088376155
+2 -1
View File
@@ -247,9 +247,10 @@ impl Keymap {
"f10" => Some(KeyCode::F(10)),
"f11" => Some(KeyCode::F(11)),
"f12" => Some(KeyCode::F(12)),
// Might fail on MacOS, see note above
"backspace" => Some(KeyCode::Backspace),
// See MacOS not above
"backtab" => Some(KeyCode::BackTab),
// Might fail on MacOS, see note above
"delete" => Some(KeyCode::Delete),
"down" => Some(KeyCode::Down),
"end" => Some(KeyCode::End),