We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When another program registers the default F6 hotkey, Fluent Auto Clicker will crash because it is not handled.
No crash to occur if another program uses a hotkey.
A crash occurred.
System.ComponentModel.Win32Exception HResult=0x80004005 Message=Hot key is already registered. Source=Fluent Auto Clicker StackTrace: at FluentAutoClicker.MainPage.MainPage_Loaded(Object sender, RoutedEventArgs e) in C:\Users\ryanl\source\repos\FluentAutoClicker\FluentAutoClicker\MainPage.xaml.cs:line 42 at WinRT._EventSource_global__Microsoft_UI_Xaml_RoutedEventHandler.EventState.<GetEventInvoke>b__1_0(Object sender, RoutedEventArgs e) at ABI.Microsoft.UI.Xaml.RoutedEventHandler.Do_Abi_Invoke(IntPtr thisPtr, IntPtr sender, IntPtr e)
No response
The text was updated successfully, but these errors were encountered:
Ideally we use a content dialog to just inform the user that the hotkey isn't available.
Sorry, something went wrong.
No branches or pull requests
Description
When another program registers the default F6 hotkey, Fluent Auto Clicker will crash because it is not handled.
What was expected?
No crash to occur if another program uses a hotkey.
What actually happened?
A crash occurred.
Steps to reproduce
Relevant log output
Other details
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: