Chrome Web store - Shortkeys Custom Keyboard Shortcuts https://chrome.google.com/webstore/detail/shortkeys-custom-keyboard/logpjaacgmcbpdkdchjiaagddngobkck
Created
February 27, 2022 20:26
-
-
Save agail/df4fc65ff1fca7fb8b0db717b417653c to your computer and use it in GitHub Desktop.
Custom shortkeys for Chrome / Chromium
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"key": "ctrl+shift+c", | |
"label": "copy", | |
"action": "javascript", | |
"sites": "", | |
"sitesArray": [ | |
"" | |
], | |
"code": "document.execCommand('copy')", | |
"activeInInputs": true, | |
"blacklist": false | |
}, | |
{ | |
"key": "backspace", | |
"action": "back", | |
"sites": "", | |
"sitesArray": [ | |
"" | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment