From 1f9e96fd9f77f7b601251f2c60e45553babd3beb Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Sun, 30 Sep 2018 20:32:38 +0800 Subject: [PATCH] Remove conflicting keybindings Specifically the ctrl+i, then also ctrl+b/u to be consistent. --- package.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/package.json b/package.json index 3e84afdd1..e2ac06a02 100644 --- a/package.json +++ b/package.json @@ -293,15 +293,6 @@ "text": "\n\\item " } }, - { - "key": "ctrl+b", - "mac": "cmd+b", - "when": "editorHasSelection && !editorReadonly && editorLangId == 'latex'", - "command": "editor.action.insertSnippet", - "args": { - "name": "textbf" - } - }, { "key": "ctrl+l ctrl+b", "mac": "cmd+l cmd+b", @@ -311,15 +302,6 @@ "name": "textbf" } }, - { - "key": "ctrl+i", - "mac": "cmd+i", - "when": "editorHasSelection && !editorReadonly && editorLangId == 'latex'", - "command": "editor.action.insertSnippet", - "args": { - "name": "textit" - } - }, { "key": "ctrl+l ctrl+i", "mac": "cmd+l cmd+i", @@ -329,15 +311,6 @@ "name": "textit" } }, - { - "key": "ctrl+u", - "mac": "cmd+u", - "when": "editorHasSelection && !editorReadonly && editorLangId == 'latex'", - "command": "editor.action.insertSnippet", - "args": { - "name": "underline" - } - }, { "key": "ctrl+l ctrl+u", "mac": "cmd+l cmd+u", @@ -347,15 +320,6 @@ "name": "underline" } }, - { - "key": "ctrl+e", - "mac": "cmd+e", - "when": "editorHasSelection && !editorReadonly && editorLangId == 'latex'", - "command": "editor.action.insertSnippet", - "args": { - "name": "textem" - } - }, { "key": "ctrl+l ctrl+e", "mac": "cmd+l cmd+e",