[BUG] displays the error message "Couldn't register the hotkey" at launch (#102)

* change default HotKey to Ctrl+Alt+Apps
This commit is contained in:
Markus Hofknecht 2020-06-25 20:38:34 +02:00
parent 2e72322271
commit 65d5aaf42e
4 changed files with 5 additions and 5 deletions

View file

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.1.5")]
[assembly: AssemblyFileVersion("0.11.1.5")]
[assembly: AssemblyVersion("0.11.1.6")]
[assembly: AssemblyFileVersion("0.11.1.6")]

View file

@ -61,7 +61,7 @@ namespace SystemTrayMenu.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("F10")]
[global::System.Configuration.DefaultSettingValueAttribute("Ctrl+Alt+Apps")]
public string HotKey {
get {
return ((string)(this["HotKey"]));

View file

@ -12,7 +12,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="HotKey" Type="System.String" Scope="User">
<Value Profile="(Default)">F10</Value>
<Value Profile="(Default)">Ctrl+Alt+Apps</Value>
</Setting>
<Setting Name="IsUpgraded" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>

View file

@ -17,7 +17,7 @@
<value>False</value>
</setting>
<setting name="HotKey" serializeAs="String">
<value>F10</value>
<value>Ctrl+Alt+Apps</value>
</setting>
<setting name="IsUpgraded" serializeAs="String">
<value>False</value>