Show a "Ctrl +" label instead of "Ctrl =" for View > Zoom In (#3377)

This commit is contained in:
Keavon Chambers
2025-11-13 17:24:04 -08:00
committed by GitHub
parent 2835fbc73d
commit ca5785bc8f
4 changed files with 38 additions and 25 deletions
@@ -456,7 +456,7 @@ impl TransformOperation {
}
let mut typing_hints = vec![HintInfo::keys([Key::Minus], "Negate Direction")];
if self.can_begin_typing() {
typing_hints.push(HintInfo::keys([Key::NumKeys], "Enter Number"));
typing_hints.push(HintInfo::keys([Key::FakeKeyNumbers], "Enter Number"));
if self.is_typing() {
typing_hints.push(HintInfo::keys([Key::Backspace], "Delete Digit"));
}