rust-reader icon indicating copy to clipboard operation
rust-reader copied to clipboard

Handle hotkey conflicts

Open steinbro opened this issue 9 months ago • 0 comments

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.

steinbro avatar Mar 14 '25 22:03 steinbro