user.plugin.screenshot.screenshot
| ^grab screen$ | Takes a screenshot of the entire screen and saves it to the pictures folder. Optional screen number can be given to use screen other than main. |
| ^grab screen <number_small>$ | Takes a screenshot of the entire screen and saves it to the pictures folder. Optional screen number can be given to use screen other than main. |
| ^grab window$ | Takes a screenshot of the active window and saves it to the pictures folder |
| ^grab selection$ | Triggers an application that is capable of taking a screenshot of a portion of the screen |
| ^grab selection clip$ | Triggers an application that is capable of taking a screenshot of a portion of the screen and adding to clipboard |
| ^grab settings$ | Opens the settings UI for screenshots. Only applies to Mac for now |
| ^grab screen clip$ | Takes a screenshot of the entire screen and saves it to the clipboard. Optional screen number can be given to use screen other than main. |
| ^grab screen <number_small> clip$ | Takes a screenshot of the entire screen and saves it to the clipboard. Optional screen number can be given to use screen other than main. |
| ^grab window clip$ | Takes a screenshot of the active window and saves it to the clipboard |