trigger_moom_action
Execute Moom window layout actions like grow, shrink, move, or center using customizable keyboard shortcuts for efficient macOS workspace management.
Instructions
Trigger common Moom actions via keyboard shortcuts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Moom action to trigger |
Input Schema (JSON Schema)
{
"properties": {
"action": {
"description": "Moom action to trigger",
"enum": [
"grow",
"shrink",
"move-left",
"move-right",
"move-up",
"move-down",
"center",
"fill-screen"
],
"type": "string"
}
},
"required": [
"action"
],
"type": "object"
}