ozmartian / vidcutter

A modern yet simple multi-platform video cutter and joiner.
GNU General Public License v3.0
1.78k stars 134 forks source link

Keyboard focus is wrong #315

Open smurfix opened 3 years ago

smurfix commented 3 years ago

Linux, Debian Bullseye.

This happens with most buttons. I need to click on the Play button with the mouse to return to reasonable behavior.

ozmartian commented 3 years ago

The "i" button shouldn't be responding as its running in non-interactive mode. Must be a Debian dependency issue with the way mpv is built as I cannot replicate this in Arch Linux, Ubuntu, openSUSE or Fedora. Will investigate nonetheless.

smurfix commented 3 years ago

I mean the 'i' in the bottom right of the window, not the key on the keyboard. Same thing happens with all the other buttons and also affects the left+right arrow keys.

smurfix commented 3 years ago

Related to this, as soon as I click on a clip in the Clip index the keyboard focus is on the clip; then, cursor up/down switches between clips instead of controlling the current video and the space bar doesn't work any more.

The fix for all of this is to click the timeline; alternately I can lose the focus by clicking on Play/Pause twice and then pressing RightArrow five times, which causes the focus to be lost and the video is stepped forward.