dotfiles/talon/community/community-cursorless-0.4.0/misc/screenshot.talon
2024-11-16 20:27:38 -07:00

5 lines
No EOL
221 B
Text

^grab window$: user.screenshot_window()
^grab screen$: user.screenshot()
^grab selection$: user.screenshot_selection()
^grab window clip$: user.screenshot_window_clipboard()
^grab screen clip$: user.screenshot_clipboard()