Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Register and manage global keyboard shortcuts across desktop platforms
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 28% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -56% | 0% |
Register and manage global keyboard shortcuts that work even when the application is not focused.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "framework": { "enum": ["electron", "tauri", "native"] }, "shortcuts": { "type": "array" } }, "required": ["projectPath"] }
javascriptconst { globalShortcut } = require('electron'); function registerShortcuts() { globalShortcut.register('CommandOrControl+Shift+X', () => { console.log('Global shortcut triggered'); }); } app.on('will-quit', () => { globalShortcut.unregisterAll(); });
clipboard-handlersystem-services-integration processOther measured skills in the registry, with their headline benchmark lift.