diff --git a/src/StructuredLogViewer.Avalonia/MainWindow.xaml b/src/StructuredLogViewer.Avalonia/MainWindow.xaml
index 73c7c475c..a5bd9cd8a 100644
--- a/src/StructuredLogViewer.Avalonia/MainWindow.xaml
+++ b/src/StructuredLogViewer.Avalonia/MainWindow.xaml
@@ -15,20 +15,26 @@
+ HotKey="F6"
+ InputGesture="F6"/>
+ HotKey="Shift+F6"
+ InputGesture="Shift+F6"/>
+ HotKey="Ctrl+O"
+ InputGesture="Ctrl+O"/>
+ HotKey="F5"
+ InputGesture="F5"/>
+ HotKey="Ctrl+S"
+ InputGesture="Ctrl+S"
+ />
+ HotKey="Alt+F4"
+ InputGesture="Alt+F4"/>