-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcut hotkey not based on keyboard layout. #15
Comments
Hey @theherk , I'll be looking into the keyboard issue later on. Sorry for the delay. I'm currently working on the Theming system. But the other issue is quite important. Can you explain a bit what the cause could be? |
@theherk , I discovered that the issue is because the App is not signed. Using Intel Binary could help you a bit with that thing. you wouldn't need to use xattr command. Can you try again with the Intel binary? |
If you right click and open, it should work. |
I don't know how that would differ from just double clicking it, but sure I went ahead just to verify. Right-click, open yields the same result. |
MacOS Usually adds an option to open the app if it's From Apple Website:
|
Yes right-click-opening from the context menu in finder is maybe different than just opening the application via the dock or spotlight, but it still seems unlikely that it differs from double clicking in finder. Nevertheless, I have done each of these combinations with the same result, so I'm unsure what's up. Sometimes when I get similar results, I can go to privacy and security in setting and allow the application, but I don't get that option here. |
Did you try: Control-click the app icon, then choose Open from the shortcut menu. |
Yes. That is just opening, since control-click and right-click are the same, but for the sake of posterity I did. Same outcome. |
That's weird. So maybe for you only |
Shortcut is based on standard keys layout rather than the actual input given. To reproduce:
Cmd+Shift+F
Now
Cmd+Shift+F
will not open Verve, butCmd+Shift+T
will.As an aside, after installing on MB M1 Pro, I got
damaged and can't be opened
which had to be circumvented withxattr -cr /Applications/verve.app
. Also, the app often opens lower and lower until it is off the screen and not usable, then at some point pops back up to the middle.The text was updated successfully, but these errors were encountered: