Master SelectionSK for Chrome: Customize Shortcuts & Actions
SelectionSK for Chrome is a browser extension that enhances text selection workflows by letting you map keyboard shortcuts and quick actions to selected text. Below is a concise guide to customizing shortcuts and actions so you can use it efficiently.
Quick overview
- Assign keyboard shortcuts to trigger actions when text is selected.
- Configure actions like search, copy, translate, open URLs, run snippets, or send to other apps/services.
- Use context rules (e.g., only trigger on certain domains or when selection matches a pattern).
How to customize shortcuts
- Open the extension’s settings from Chrome’s toolbar menu.
- Go to the Shortcuts or Keyboard tab.
- Click Add shortcut (or edit an existing one).
- Press the desired key combination (avoid conflicts with browser/system shortcuts).
- Select the action to run when the shortcut is used.
- Save and test on a webpage.
Common useful shortcuts to create
- Search selection — Open a new tab searching the selected text (Google, DuckDuckGo, etc.).
- Copy clean — Copy selection with whitespace trimmed and smart punctuation.
- Translate — Send selection to a translation service in a popup or new tab.
- Open link — If selection looks like a URL, open it directly.
- Send to note — Append selection to a notes app or local storage.
Action configuration tips
- Use variables like {selection}, {url}, {title} to pass context into action commands or URLs.
- For complex tasks, chain actions: e.g., copy → open search → log to clipboard history.
- Restrict actions by domain to avoid accidental triggers on specific sites.
- Test regex patterns when using selection filters to ensure they match intended text only.
Advanced: custom scripts & external integrations
- Add custom JavaScript snippets to transform selection before sending it to an action.
- Use webhooks or URL schemes to send selections to external apps (noting required authentication).
- For automation, integrate with services like IFTTT or Zapier via HTTP endpoints.
Troubleshooting
- If a shortcut conflicts with Chrome, reassign to an uncommon combination (e.g., Ctrl+Shift+Y).
- Verify extension has necessary permissions (access to sites, clipboard).
- Disable other extensions temporarily to rule out conflicts.
If you want, I can provide:
- A list of 10 suggested shortcut-action mappings.
- Example URL templates using {selection} for specific services (search, translate, dictionary).
Leave a Reply