mcetool --set-exception-length-volume=0 mcetool --set-exception-length-camera=0
*** 473,478 **** --- 473,481 ---- } onVolumeChanged: restartHideTimerIfWindowVisibleAndWarningNotVisible() onVolumeKeyPressed: { + if (Lipstick.compositor.screenIsLocked) { + return + } if (keyRepeat.running || keyRepeatDelay.running) { if (Lipstick.compositor.visible) { screenshotTimer.restart()