We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
option
1 parent 948b437 commit 6db621aCopy full SHA for 6db621a
crates/ui/src/components/keybinding.rs
@@ -473,6 +473,7 @@ fn keystroke_text(
473
if modifiers.alt {
474
match (platform_style, vim_mode) {
475
(PlatformStyle::Mac, false) => text.push_str("Option"),
476
+ (PlatformStyle::Mac, true) => text.push_str("option"),
477
(PlatformStyle::Linux | PlatformStyle::Windows, false) => text.push_str("Alt"),
478
(_, true) => text.push_str("alt"),
479
}
0 commit comments