CapsLockNoDelay icon indicating copy to clipboard operation
CapsLockNoDelay copied to clipboard

The plugin is being blocked from opening by Apple

Open victormoliveira1 opened this issue 1 year ago • 9 comments

Description of the Issue

The plugin is now being blocked by Apple with the message "CapsLockNoDelay can't be opened because Apple cannot check it for malicious software" when you try to open the application file.

I could get past that following some of the tips detailed here but I remember that this wasn't happening before.

Is there anything to do, or it's just the result of the signing method?

Debug Information

MacOS Ventura 13.5 (22G74) CapsLockNoDelay 1.0.8

victormoliveira1 avatar Jul 31 '23 14:07 victormoliveira1

Same issue

Papinian avatar Aug 14 '23 10:08 Papinian

I found that Karabiner Elements solves the issue with Caps Lock. The most moronic part is that you have to "remap" Caps Lock to itself, and then the delay disappears. Unfortunately Caps Lock is still bugged / delayed at the login screen, since Karabiner element is only started after you login.

jacobseated avatar Aug 14 '23 13:08 jacobseated

I found that Karabiner Elements solves the issue with Caps Lock. The most moronic part is that you have to "remap" Caps Lock to itself, and then the delay disappears. Unfortunately Caps Lock is still bugged / delayed at the login screen, since Karabiner element is only started after you login.

I'd prefer not to use an app that logs my keystrokes - any possibility to do this via scripting?

Papinian avatar Aug 14 '23 19:08 Papinian

I found that Karabiner Elements solves the issue with Caps Lock. The most moronic part is that you have to "remap" Caps Lock to itself, and then the delay disappears. Unfortunately Caps Lock is still bugged / delayed at the login screen, since Karabiner element is only started after you login.

I'd prefer not to use an app that logs my keystrokes - any possibility to do this via scripting?

While a bit off topic, KE is open source, and afaik does not log keystrokes, and even if it did this would not be transmitted. What it does, however, as all such "tools", is listen to your keystrokes – this is a necessity in order to register the fact that E.g. Caps Lock was pressed. On PC this happens silently without the user knowing, but on Mac the program needs permission to do so. Check it out here: https://github.com/pqrs-org/Karabiner-Elements

jacobseated avatar Aug 14 '23 20:08 jacobseated

I'll post a fix for this issue in a few moments

gkpln3 avatar Aug 15 '23 01:08 gkpln3

@gkpln3 Any progress on the fix? I see the same issue in macOS Sonoma 14.0. Your tool is our only hope in this crooked world for now 🙏

image

mmatrosov avatar Oct 03 '23 10:10 mmatrosov

@gkpln3 Also experiencing this issue: M2 chip OS 13.5.1 (22G90)

Jamesdrichey avatar Oct 12 '23 17:10 Jamesdrichey

I wonder if, like Stretchly, you need to pass in --no-quarantine if installing via brew?

mathomp4 avatar Mar 25 '24 14:03 mathomp4

@mathomp4 is right, the following works for me

brew install --cask capslocknodelay --no-quarantine

(MacBook Air M1, 2020)

boramalper avatar Apr 28 '24 19:04 boramalper

Is there a non-brew solution for this 😞 ?

Dooruk avatar Jun 14 '24 14:06 Dooruk

Is there a non-brew solution for this 😞 ?

Right click the application and then click Open the application. This is an universal solution for all macOS application saying Apple cannot check it for malicious software.

HenryWu01 avatar Jun 18 '24 06:06 HenryWu01

Hey guys! thanks for the comments. Please refer to the new method in the readme :)

gkpln3 avatar Jun 21 '24 08:06 gkpln3