Skip to content

Feature: Add a keyboard shortcut to enable the code selector #14

@dineshsutihar

Description

@dineshsutihar

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 requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions