Can't set quick capture to ctrl-shift-space

I have historically set quick capture to ctrl-shift-space on all my Macs. I’m just setting up a new Mac and for some reason finding that I can’t set this shortcut:

When I click to “record shortcut” in settings, it just doesn’t respond to that combination. I can set it to various other things fine, but not that.

Any ideas why this might be? Assuming it’s not a limitation in more recent versions of Drafts, any ideas how I can debug it?

I don’t see any obvious actions happening on my system when I press that combo, so it’s not obvious that something else is intercepting it.

Not sure when, but I believe macOS started marking that as a reserverd shortcut. Not sure in what version, or what it’s reserving it for, but I don’t think it allows it. :man_shrugging:

Frustrating, but thanks as always, Greg!

It still works on all my prior Macs, so I quickly spelunked in the preferences and found that exporting and re-importing with defaults read/write works just fine on a new Mac, running the latest Tahoe and Drafts.

For anyone else who wants to do this in the future, the format of this preference value is a Drafts-internal binary object (NSKeyedArchiver archive of an SRShortcut object), so not easily human-readable, but this incantation should just set this shortcut:

$ defaults write com.agiletortoise.Drafts-OSX captureGlobalShortcut -data '62706c6973743030d4010203040506070a582476657273696f6e592461726368697665725424746f7058246f626a6563747312000186a05f100f4e534b657965644172636869766572d1080954726f6f748001a70b0c191a1b1c1d55246e756c6cd60d0e0f1011121314151617185d6d6f646966696572466c6167735f101b6368617261637465727349676e6f72696e674d6f646966696572735624636c6173735a63686172616374657273576b6579436f64655776657273696f6e8003800580068004800280001031120006000051005120d21e1f20215a24636c6173736e616d655824636c61737365735a535253686f7274637574a22022584e534f626a65637400080011001a00240029003200370049004c00510053005b0061006e007c009a00a100ac00b400bc00be00c000c200c400c600c800ca00cf00d100d300d800e300ec00f700fa0000000000000201000000000000002300000000000000000000000000000103'
1 Like