Snippet: CleanShot keys #82
galligan
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
This is great! I was going through Raycast for this but of course cleanshot has its own URL scheme. Perfect 👌 |
Beta Was this translation helpful? Give feedback.
0 replies
-
how do I paste the snippet correctly? I tried after the last line and got an error message |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks for the heads-up Matt & as suspected (with some more research & trial & error with the config file) my “theory” about indentation being an issue is not valid 
… Am 1/8/2025 um 02:20 schrieb Matt Galligan ***@***.***>:
Yeah unfortunately this snippet is incorrect. I'm not on that machine right now with this config, but will try to post the corrected one later.
—
Reply to this email directly, view it on GitHub <#82 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AE7ICMVRJLFJ66HADSKI7QT3LI64DAVCNFSM6AAAAABWO5TSKWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOJUHE3DOMA>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For any of you that use CleanShot X, LeaderKey has made it a pleasure to use and get way more out of it than just your typical keyboard shortcuts. So if anyone else wants to give it a shot, I thought I'd include a snippet of what I've got going on in there.
The general premise is that you start with
[leader]
then[s]
followed by which type of screenshot you want, and then the action.Enjoy!
Keys / Commands
The types are:
[1]
- Capture All-in-One[f]
- Capture Fullscreen[a]
- Capture Area[w]
- Capture Window[i]
- Capture with Timer[v]
- Capture Previous AreaThe actions are:
[a]
- Capture and send to Raycast AI[c]
- Capture[s]
- Capture and Save[t]
- Capture and Annotate[u]
- Capture and Upload[k]
- Capture and Copy[p]
- Capture and PinOther commands include:
[t]
- Open selected file with Annotate[x]
- Capture Text for OCR[r]
- Record Screen[h]
- Open History[q]
- Quick Access[,]
- CleanShot X SettingsOnly thing it's missing right now is scrolling capture, which I will probably get in there with an
[s]
key soon.Config snippet
Beta Was this translation helpful? Give feedback.
All reactions