Tampermonkey / tampermonkey

Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.26k stars 422 forks source link

feature request: customise the shortcuts of the editor #1122

Open WiliTest opened 3 years ago

WiliTest commented 3 years ago

It would be great if we could customize the shortcuts of the code editor.

For instance, I'd like to change the ctrl+K into ctrl+Q to comment/uncomment the selected lines.

Thanks!

derjanb commented 1 year ago

I just created a new extension that allows to edit the userscripts of Tampermonkey at vscode.dev (which is basically a VSCode online editor).

To test it you have to download two crx files

TM BETA 4.19.6176 and Tampermonkey Editors 1.0.1 and drag and drop them to Chrome's extension page (chrome://extensions) with Developer Mode enabled.

A click at "Tampermonkey Editors"' icon will take you to vscode.dev and a "folder" with all installed Tampermonkey scripts should be automatically opened.