mmozeiko / wcap

Simple and efficient screen recording utility for Windows 10 and 11
The Unlicense
795 stars 31 forks source link

Option to configure the key shortcut #1

Closed damiencarol closed 2 years ago

damiencarol commented 2 years ago

Is it possible to change the key that start/end the recording?

mmozeiko commented 2 years ago

Yes, you can modify them in source code here: https://github.com/mmozeiko/wcap/blob/453b78f/wcap.c?ts=4#L318-L319

damiencarol commented 2 years ago

OK. thanks. will try to compile mine. I was thinking adding an option to do that

mmozeiko commented 2 years ago

Now you can modify keyboard shortcuts in settings dialog:

https://user-images.githubusercontent.com/1665010/137622101-365f5e23-4601-406e-a988-766874ebbee6.mp4

damiencarol commented 2 years ago

Awesome!