From 04bdc94d89b83fa70d2c87607b7bc47f179e1770 Mon Sep 17 00:00:00 2001 From: Projjol Banerji Date: Sat, 14 Mar 2015 17:45:03 +0530 Subject: [PATCH] Update keyboard.json Current combination is a system default for locking the machine/ standby. New combination follows convention used by other editors and should work without affecting any system defaults. --- src/base-config/keyboard.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/base-config/keyboard.json b/src/base-config/keyboard.json index eed48add7cc..17c2297fe65 100644 --- a/src/base-config/keyboard.json +++ b/src/base-config/keyboard.json @@ -71,7 +71,13 @@ } ], "edit.splitSelIntoLines": [ - "Ctrl-Alt-L" + { + "key": "Ctrl-Alt-L" + }, + { + "key":"Ctrl-Shift-L", + "platform": "linux" + } ], "edit.addCursorToPrevLine": [ {