Skip to content

Commit e0d3a32

Browse files
committed
ux: macOS hotkey tips (#103)
1 parent d87716d commit e0d3a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Launcher.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<MenuItem Header="{DynamicResource Text.PageTabBar.Tab.Close}"
122122
Command="{Binding #me.DataContext.(vm:Launcher).CloseTab}"
123123
CommandParameter="{Binding}"
124-
InputGesture="Ctrl+W"/>
124+
InputGesture="{OnPlatform Ctrl+W, macOS=⌘+W}"/>
125125
<MenuItem Header="{DynamicResource Text.PageTabBar.Tab.CloseOther}"
126126
Command="{Binding #me.DataContext.(vm:Launcher).CloseOtherTabs}"
127127
CommandParameter="{Binding}"/>

0 commit comments

Comments
 (0)