From fdcc2bd369c744edf8b1c921e22f82e48d817710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin-Charles=20Guih=C3=A9neuf?= Date: Sat, 17 Apr 2021 18:38:39 +0200 Subject: [PATCH] codium: Add lower case keybinding --- codium/keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codium/keybindings.json b/codium/keybindings.json index e1eb803..f649d0c 100644 --- a/codium/keybindings.json +++ b/codium/keybindings.json @@ -8,6 +8,10 @@ "key": "ctrl+alt+u", "command": "editor.action.transformToUppercase" }, + { + "key": "ctrl+alt+l", + "command": "editor.action.transformToLowercase" + }, { "key": "ctrl+[BracketRight]", "command": "workbench.action.navigateForward"