Fn-lock support for optimization service

This commit is contained in:
Serge
2023-06-01 14:32:29 +02:00
parent 1603f625ed
commit f0ee2b8aac
2 changed files with 2 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ public sealed class KeyboardHook : IDisposable
// register the hot key.
if (!RegisterHotKey(_window.Handle, _currentId, (uint)modifier, (uint)key))
throw new InvalidOperationException("Couldnt register the hot key.");
Logger.WriteLine("Couldnt register " + key);
}
/// <summary>