From 02a24fdbb54f8c5133fa8e82055182119c68b672 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Thu, 29 Oct 2020 17:12:05 +0100 Subject: [PATCH] addded some keyboard-shortcuts --- Mk0.Software.ImageSorter/Main.Designer.cs | 2 +- Mk0.Software.ImageSorter/Main.cs | 12 ++++++++++++ .../Mk0.Software.ImageSorter.csproj | 2 +- Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Mk0.Software.ImageSorter/Main.Designer.cs b/Mk0.Software.ImageSorter/Main.Designer.cs index 7c9f881..8a0e269 100644 --- a/Mk0.Software.ImageSorter/Main.Designer.cs +++ b/Mk0.Software.ImageSorter/Main.Designer.cs @@ -693,7 +693,7 @@ this.MinimumSize = new System.Drawing.Size(983, 605); this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Image Sorter v1.54 | © 2015-2020 by mk0.at"; + this.Text = "Image Sorter v1.55 | © 2015-2020 by mk0.at"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); this.Load += new System.EventHandler(this.Main_Load); this.Shown += new System.EventHandler(this.Main_Shown); diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs index f50941c..457e64b 100644 --- a/Mk0.Software.ImageSorter/Main.cs +++ b/Mk0.Software.ImageSorter/Main.cs @@ -1352,6 +1352,18 @@ namespace Mk0.Software.ImageSorter buttonUndo.PerformClick(); e.Handled = true; } + + if (e.KeyCode == Keys.H) + { + buttonHintergrund.PerformClick(); + e.Handled = true; + } + + if (e.KeyCode == Keys.I) + { + buttonInfo.PerformClick(); + e.Handled = true; + } } /// diff --git a/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj b/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj index b3602ba..ed9f7bc 100644 --- a/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj +++ b/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.csproj @@ -33,7 +33,7 @@ manuelkamper.com false 0 - 1.54.0.0 + 1.55.0.0 true true true diff --git a/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs b/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs index 4a107d4..386dbe8 100644 --- a/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs +++ b/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.54.*")] +[assembly: AssemblyVersion("1.55.*")] //[assembly: AssemblyFileVersion("1.6.0.0")]