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 29445fb commit de97407Copy full SHA for de97407
Ui/Controls/ServerCardItem.xaml
@@ -185,6 +185,10 @@
185
</UserControl.Resources>
186
<Grid Width="{StaticResource CardWidth}" Height="{StaticResource CardWidth}" Clip="{StaticResource CardClip}">
187
<!-- Card Content Middle Layer - with icon -->
188
+ <Grid.InputBindings>
189
+ <MouseBinding MouseAction="LeftDoubleClick" Command="{Binding CmdConnServer}"></MouseBinding>
190
+ <MouseBinding MouseAction="RightClick" Command="{Binding CmdEditServer}"></MouseBinding>
191
+ </Grid.InputBindings>
192
<Grid Name="CardContent" Background="{DynamicResource PrimaryMidBrush}" >
193
<Grid.RowDefinitions>
194
<RowDefinition Height="20"></RowDefinition>
@@ -299,3 +303,4 @@
299
303
</Grid>
300
304
301
305
</UserControl>
306
+
0 commit comments