rust-reader
rust-reader copied to clipboard
Handle hotkey conflicts
Three notable changes:
- Use the
single-instancecrate to check if the program is already running. If so, display a dialog and exit. - If any hotkeys fail to bind, such as due to a conflict with another application, leave the action unset but continue running.
- Do not suppress
printlnmessages if the executable is run from a terminal window. Very useful for debugging.
Fixes #13 and #27.