From 4e6573d42fd1e6b6ecbf0288354094c6a191f9f2 Mon Sep 17 00:00:00 2001
From: Ray <sympatheticfire@gmail.com>
Date: Wed, 28 Jul 2021 17:33:13 +0100
Subject: [PATCH] Added: keyboard shortcuts to main menu

---
 MainForm.Designer.cs | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs
index 92961d9..7838591 100644
--- a/MainForm.Designer.cs
+++ b/MainForm.Designer.cs
@@ -128,6 +128,7 @@
             // 
             this.newToolStripMenuItem.Image = global::FizzyLauncher.UIResource.file2;
             this.newToolStripMenuItem.Name = "newToolStripMenuItem";
+            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
             this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
             this.newToolStripMenuItem.Text = "&New";
             this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
@@ -136,6 +137,7 @@
             // 
             this.openToolStripMenuItem.Image = global::FizzyLauncher.UIResource.folder2;
             this.openToolStripMenuItem.Name = "openToolStripMenuItem";
+            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
             this.openToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
             this.openToolStripMenuItem.Text = "&Open";
             this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
@@ -161,6 +163,7 @@
             // 
             this.saveToolStripMenuItem.Image = global::FizzyLauncher.UIResource.disk2;
             this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
+            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
             this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
             this.saveToolStripMenuItem.Text = "&Save";
             this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
@@ -227,6 +230,7 @@
             // 
             this.optionsToolStripMenuItem.Image = global::FizzyLauncher.UIResource.cog2;
             this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
+            this.optionsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12)));
             this.optionsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
             this.optionsToolStripMenuItem.Text = "&Options";
             this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
@@ -245,6 +249,7 @@
             // 
             this.viewHelpToolStripMenuItem1.Image = global::FizzyLauncher.UIResource.help2;
             this.viewHelpToolStripMenuItem1.Name = "viewHelpToolStripMenuItem1";
+            this.viewHelpToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F1;
             this.viewHelpToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
             this.viewHelpToolStripMenuItem1.Text = "&View Help";
             this.viewHelpToolStripMenuItem1.Click += new System.EventHandler(this.viewHelpToolStripMenuItem1_Click);