dteoh / SlowQuitApps

Add a global delay to Command-Q to stop accidental app quits.
GNU General Public License v2.0
1.17k stars 55 forks source link

Blocks CMD+CTRL+Q (display lock) #64

Closed hsph closed 4 years ago

hsph commented 4 years ago

Usually I lock my display by pressing ⌘ + ⌃ + Q. If I press this combination, whilst SlowQuitApps is running, it the ring activates and blocks the action. If I keep the keys pressed, after the delay, instead of locking my display, my current app quits.

dteoh commented 4 years ago

I can't reproduce this issue in my setup. I have tried pressing first ⌘ then ^ then Q and also first ^ then ⌘ then Q. In both cases the display is locked immediately.

hsph commented 4 years ago

That's odd... For me "the ring" is triggered regardless of which key I'm pressing first. If it helps, I installed it via Homebrew, (https://github.com/dteoh/SlowQuitApps/releases/download/v0.7.3/SlowQuitApps.zip) and I'm running Catalina on this machine: image

dteoh commented 4 years ago

Ah I see, I'm still on Mojave. Going to attribute this to some internal change in Catalina. I will try adding an exclusion to the Ctrl key modifier.

dteoh commented 4 years ago

Fixed in v0.8.0. Cmd + Ctrl key sequences will be ignored.

hsph commented 4 years ago

Brillant, it works perfectly now. Thanks for your fast help, much appreciated!