Shortcuts
Run Figma actions with custom key chords—bringing fast, personalized shortcuts to your workflow.
Plugin Preview
About this plugin
Shortcuts – Make custom shortcuts in Figma possibleShortcuts lets you set your own keyboard shortcuts for everyday Figma actions, including actions that Figma doesn’t allow you to customize.You can also create one-click custom commands to boost your workflow, Shortcuts may be the most convenient and quickest custom script management and execution tool.🏆 Replace or Enhance Figma’s Default ShortcutsDid you know?Figma doesn’t let you change its default shortcuts for things like alignment, distribution, or resizing.With Shortcuts, you can override those defaults—so you can:Align leftDistribute horizontallySet full width/height…and much more, using your own preferred keys!You decide what’s fast and comfortable.🎹 How Shortcuts Enables Custom Keyboard Chords in FigmaIn many developer tools, there’s a popular system called “chords”—where you press a sequence of two or more keys (like Ctrl+K, then A) to trigger a command. This system allows for a huge range of shortcuts without conflicts, making workflows lightning-fast for power users.While Figma doesn’t natively allow custom keyboard shortcuts, the Shortcuts plugin brings the “chord” system to Figma. Here’s how it works:You set a global shortcut to launch the Shortcuts plugin (see above for how to do this on macOS).Once the plugin window is open, just press your personalized key sequence—such as Ctrl+K followed by A—to instantly run any action or custom command you’ve set up.This means you can build your own “command palette” inside Figma, just like in code editors or pro design tools.With Shortcuts, Figma gets all the speed and flexibility of custom keyboard chords—even if the app itself doesn’t natively support remapping!Once you get used to it, you’ll fly through your design work as quickly as developers do in their favorite editors.🚀 How to UseSave Shortcuts and open it in Figma.Pick any built-in action, or create your own custom action.Click “Set Shortcut”, press your preferred key combination (like Ctrl + J or Cmd + 8), and you’re done!Set up a keyboard shortcut for the Shortcuts plugin itself (see the tutorial below)Now, open plugin and trigger your favorite actions instantly with your own shortcut.Tips:Press Cmd + click the action card can set shortcutPress Alt + click the action card can run the action to try it out[macOS Only] Set up a keyboard shortcut for the Shortcuts plugin itself:Go to System Settings > Keyboard > Keyboard Shortcuts…Select App Shortcuts on the left, then click the “+” button.For Application, choose Figma.For Menu Title, enter: Plugins->Saved Plugins->ShortcutsFor Keyboard Shortcut, use something easy to remember—like Ctrl + A or Ctrl + K.Click Add.Now, you can launch the Shortcuts plugin from anywhere in Figma with your shortcut!✨ Supercharge Your Workflow with Custom ActionsWant to go further? You can add custom “actions” to automate everyday tasks—no tech skills needed.Just copy these ready-to-use snippets, paste them in, and adjust the values to fit your needs.Example 1: Set border radius to 16pxconst radius = 16;selection.forEach(node => {if ('cornerRadius' in node) node.cornerRadius = radius;});Example 2: Change selected layer colorconst color = { r: 1, g: 0.4, b: 0.2 }; // RGB 255,102,51selection.forEach(node => {if ('fills' in node) node.fills = [{ type: 'SOLID', color }];});Example 3: Rename all selected layersconst name = "Button";selection.forEach(node => node.name = name);Writing Figma scripts is easy, even if you have no coding experience, just follow this friendly Figma API documentation https://figmascript.com and you’ll be good to go!You can also use AI to generate the Figma scripts you want!Suggest this tool: Figma Script Generator https://poplab.ai/apps/tankXWAJ2nEm6h4bZWZFI💡 Why Use Shortcuts?Save time on repetitive tasksMake Figma fit your personal habitsCustomize even the built-in actionsNo coding needed—just copy, paste, and adjust examples!Make custom shortcuts in Figma possible—your workflow, your way!Feel free leave the action requirement in the comments!Join Shortcuts Discord Channel: https://discord.com/channels/948048683331637288/1395082428380614827Follow me on X: @tankxuOpen Source: https://github.com/tankxu/figma-plugin-shortcuts
Plugin Details
| Version | 1 |
|---|---|
| Created | July 12, 2025 |
| Last Updated | July 16, 2025 |
| Category | design-tools-other |
| Creator | Tank |
| Stats | 100 installs, 18 likes |
| Pricing | Free |
Technical Details
- API:1.0.0
- UI:ui.html
- main:code.js
- Document Access:dynamic-page
- Editor Types:figma
- Allowed Domains:
- https://static.figma.com
More Like This
Discover other plugins in the design-tools-other category.