0Ky / screenclip

An experimental video snipping tool for Windows, designed as a system tray application.
MIT License
17 stars 5 forks source link

[TODO] Implement hotkeys feature #7

Open 0Ky opened 1 year ago

0Ky commented 1 year ago

The current behavior is that the PrintScreen key is hardcoded to call region_selection_window() function that takes a single screenshot.

Instead, upon initialization of the application, it should read settings[1] and apply hotkeys from it, you will need to handle errors, such as conflicting hotkey from another application.

[1] The "settings" is a file created using the Tauri Plugin Store which is not yet implemented, it relates to issue https://github.com/0Ky/screenclip/issues/6 [2] The save/discard buttons for the frontend UI will most likely be implemented after #6