global-shortcut-manager | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / global-shortcut-manager

global-shortcut-manager

maintained by a5c-ai

star 417 account_tree 21 verified_user MIT License
bolt View GitHub

name: global-shortcut-manager description: Register and manage global keyboard shortcuts across desktop platforms allowed-tools: Read, Write, Edit, Bash, Glob, Grep tags: [keyboard, shortcuts, hotkeys, cross-platform, desktop]

global-shortcut-manager

Register and manage global keyboard shortcuts that work even when the application is not focused.

Capabilities

  • Register global shortcuts
  • Handle modifier combinations
  • Manage shortcut conflicts
  • Platform-specific key mapping
  • Unregister shortcuts
  • Check shortcut availability

Input Schema

{
  "type": "object",
  "properties": {
    "projectPath": { "type": "string" },
    "framework": { "enum": ["electron", "tauri", "native"] },
    "shortcuts": { "type": "array" }
  },
  "required": ["projectPath"]
}

Electron Example

const { globalShortcut } = require('electron');

function registerShortcuts() {
    globalShortcut.register('CommandOrControl+Shift+X', () => {
        console.log('Global shortcut triggered');
    });
}

app.on('will-quit', () => {
    globalShortcut.unregisterAll();
});

Related Skills

  • clipboard-handler
  • system-services-integration process

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 417
GitHub Forks 21
Created Mar 2026
Last Updated 3个月前
tools tools system admin

Related Skills

docker-expert
chevron_right
telnyx-network
chevron_right
plex

plex

openclaw
star 2.4k
chevron_right
discord-governance
chevron_right
hetzner-provisioner
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.