Skip to content

Instantly share code, notes, and snippets.

@jimmyhoran
Created October 6, 2021 05:48
Show Gist options
  • Save jimmyhoran/5147805ebb56205bb9da2605fa5eec46 to your computer and use it in GitHub Desktop.
Save jimmyhoran/5147805ebb56205bb9da2605fa5eec46 to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+shift+u",
"command": "editor.action.transformToUppercase",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+l",
"command": "editor.action.transformToLowercase",
"when": "editorTextFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment