Starting on the Data portion
This commit is contained in:
@@ -60,8 +60,10 @@ public partial class MainWindow : Window
|
||||
|
||||
private void OnKeyDown(TopLevel topLevel, KeyEventArgs keyEventArgs)
|
||||
{
|
||||
if (keyEventArgs.Key == Key.OemTilde)
|
||||
if (keyEventArgs.Key == Key.OemTilde && keyEventArgs.KeyModifiers.HasFlag(KeyModifiers.Control))
|
||||
{
|
||||
ToggleConsole(!_overlayContentControl.IsVisible);
|
||||
}
|
||||
}
|
||||
|
||||
private void InitControls()
|
||||
|
||||
Reference in New Issue
Block a user