Is there any keyboard shortcut for upper/lower casing the selected text?
i.e selecting ‘FitnessValue’ and pressing a keyboard shortcut to uppercase(or lower case) it.
Uppercasing and lowercasing with keyboard shortcuts
yourname
#1
0 Likes
jfcherng
#2
{ "keys": ["ctrl+k", "ctrl+u"], "command": "upper_case" },
{ "keys": ["ctrl+k", "ctrl+l"], "command": "lower_case" },
1 Like