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.
1 parent 539a1f0 commit b730228Copy full SHA for b730228
IPConfig/Views/IPv4ConfigView.xaml
@@ -71,7 +71,7 @@
71
<MenuItem.InputBindings>
72
<KeyBinding Command="{x:Static ApplicationCommands.Copy}"
73
CommandParameter="{Binding Dns1}"
74
- Gesture="CTRL+C" />
+ Gesture="Ctrl+C" />
75
</MenuItem.InputBindings>
76
</MenuItem>
77
</ContextMenu>
0 commit comments