Skip to content

Handle hotkey conflicts#28

Open
steinbro wants to merge 3 commits intoEh2406:masterfrom
steinbro:non-fatal-hotkeys
Open

Handle hotkey conflicts#28
steinbro wants to merge 3 commits intoEh2406:masterfrom
steinbro:non-fatal-hotkeys

Conversation

@steinbro
Copy link
Contributor

Three notable changes:

  1. Use the single-instance crate to check if the program is already running. If so, display a dialog and exit.
  2. If any hotkeys fail to bind, such as due to a conflict with another application, leave the action unset but continue running.
  3. Do not suppress println messages if the executable is run from a terminal window. Very useful for debugging.

Fixes #13 and #27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crashes if already running

1 participant