Skip to content

Instantly share code, notes, and snippets.

@agail
Created February 27, 2022 20:26
Show Gist options
  • Save agail/df4fc65ff1fca7fb8b0db717b417653c to your computer and use it in GitHub Desktop.
Save agail/df4fc65ff1fca7fb8b0db717b417653c to your computer and use it in GitHub Desktop.
Custom shortkeys for Chrome / Chromium
[
{
"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