0Ky / screenclip

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

[TODO] Implement Start/Stop functionality for video capture on keypress #8

Open 0Ky opened 10 months ago

0Ky commented 10 months ago

Currently, the app is hardcoded to capture only for 10 seconds when you click the capture video menu item from the system tray: https://github.com/0Ky/screenclip/blob/3d730cce88d807f061cf6117835975f61fa1ccd2/src-tauri/src/main.rs#L65

Instead, video capture should begin after a certain keypress, and continue capturing until the same key is pressed again.

manthanabc commented 10 months ago

i would like to tackle this

0Ky commented 10 months ago

i would like to tackle this

Great! Done.