Closed avichou closed 2 months ago
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 https://github.com/p0deje/Maccy/issues/872#issuecomment-2356274272, 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:
1. Go to System Settings > Keyboard > Keyboard Shortcuts > Modifier Keys.
2. Change the “Option” key to “Command” or another key of your choice.
3. Restart your Mac to apply the changes.
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
{
"description": "Map Left Option+V to Left Control+V",
"manipulators": [
{
"from": {
"key_code": "v",
"modifiers": {
"mandatory": ["left_option"],
"optional": ["any"]
}
},
"to": [
{
"key_code": "v",
"modifiers": ["left_control"]
}
],
"type": "basic"
}
]
}
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
macOS 15 disabled all the shortcut with "opt + any letter", one way to solve is to change to "control + letter"
Dont know if this is an exception, but Raycast's option + space
still works.
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
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