-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem?
To activate the code picker, a user currently has to click the extension icon and then click the "Enable Code Selector" button. This requires multiple clicks and mouse movements.
Describe the solution you'd like
A keyboard shortcut (e.g., Alt + T on Windows/Linux, Option + T on Mac) should be implemented to directly activate the code picker mode on the current page.
Additional context
This can be implemented using the chrome.commands API in the manifest.json file and adding a listener for it in the background.js script, which would then send a message to the content script.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed