-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
option+V to open maccy doesnt work since 2.0 #872
Comments
Also met with this, I'm currently in macOS Sequoia, I also tried 0.31 version, it does not work either. |
It seems that the macOS 15 update has broken this shortcut. Hopefully, there's a way to reuse it. |
For now, there is nothing we can do - it's an Apple update in Sequoia. I can only suggest to report this issue to Apple - the more people complain to them, the higher chances are they will revert this decision. Closing as duplicate of #813 |
macOS 15 disabled all the shortcut with "opt + any letter", one way to solve is to change to "control + letter" |
Yes, that’s the only way at the moment.
Best,
Alex
… On Sep 17, 2024, at 08:37, Alan ***@***.***> wrote:
macOS 15 disabled all the shortcut with "opt + any letter", one way to solve is to change to "control + letter"
—
Reply to this email directly, view it on GitHub <#872 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAFCR5SDZKWTJBEIY2BWHKLZXBEDFAVCNFSM6AAAAABOKLVLECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJWGI3TIMRXGI>.
You are receiving this because you modified the open/close state.
|
macOS 15 has disabled all shortcuts using “Option + any letter.” To fix this, follow these steps to restore your Maccy shortcut:
After this, your old Maccy hotkey will work just like before. |
if you use Karabiner so you can import this rule to map Left Option+V to Left Control+V
|
For anyone who uses karabiner and doesn't want to ruin their original modifiers(say you don't want to bind ctrl+v to maccy and just want to use option+v), here's a simpler rule: {
"description": "maccy",
"manipulators": [
{
"from": {
"key_code": "v",
"modifiers": { "mandatory": ["option"] }
},
"to": [{ "shell_command": "open -b org.p0deje.Maccy" }],
"type": "basic"
}
]
} Here it doesn't bind to anything shortcut, instead it just calls maccy.app |
Dont know if this is an exception, but Raycast's |
Why is CleanClip (another clipboard tool) able to use the Option+V shortcut normally? |
Likely because CleanClip is not a sandboxed application. |
Before Submitting Your Bug Report
Maccy Version (see 'About' window)
2.0
macOS Version
15.0
Maccy Settings
Description
option+V shortcut doesnt work for opening maccy
command+option+v does work . it seems the combination for option+v doesnt work anymore, which is quite a pity given how convenient it was to summon it that way .....
Steps to Reproduce
change maccy open shortcut to option+v
input option+v
maccy does not open
The text was updated successfully, but these errors were encountered: