maykbrito / mini-video-me

📹 A small webcam player focused on providing an easy way to add and control your webcam during recordings.
https://maykbrito.github.io/mini-video-me/
MIT License
1.56k stars 155 forks source link

Shortcuts v3.3.2 #69

Closed renipinto closed 2 years ago

renipinto commented 2 years ago

Hey there,

I just downloaded the Mini-Video-Me-Setup-3.3.2.exe version, but the shortcuts below don't work:

Ctrl+Shift+Alt+Up | Move camera to upper screen edge Ctrl+Shift+Alt+Down | Move camera to lower screen edge Ctrl+Shift+Alt+Right | Move camera to right screen edge Ctrl+Shift+Alt+1 | Set camera size to small Ctrl+Shift+Alt+2 | Set camera size to large Ctrl+Shift+Alt+3 | Toggle camera visibility

Please is there any configuration or something I can do to make it work?

Big hug and thanks for the help.

anthonyaquino83 commented 2 years ago

Shortcuts are not working with the zip file version and executing with the exe. Great app, Maikão!

JeanGrijp commented 2 years ago

No meu windows também não funcionam as teclas de atalho.

jravolio commented 2 years ago

Hey guys, i was having the same problem. In order to solve this i first downloaded the source code on releases, then i installed nodejs on this link. After that i opened my terminal and navigated to the place where i storage the mini-video-me folder for me it was on downloads, i am using windows terminal for this, but you can use whatever terminal you want: cd C:\Users\Julio Cesar\Downloads\mini-video-me-3.3.2

after that, i looked up the electron quick start and installed electron using: npm install --save-dev electron

then it prompted me with some vulnerabilities issues, so i used this line: npm audit fix

i also installed yarn, for any compatibility issues npm install --global yarn

after all of this, i used npm start to run the program and it worked fine!

that's a pretty good app and i also could made some size modifications, the tray settings works fine aswell.

anthonyaquino83 commented 2 years ago

jravolio, yep, doing a new build like your instructions will work, but renipinto and me are talking about the executable version and other user just created a new issue reporting the same behaviour in the linux version, but thanks anyway! ;)

maykbrito commented 2 years ago

Should be fixed in the version 4.0.0