From 3b00e3bb050b95236532661041a998e478e11c4d Mon Sep 17 00:00:00 2001 From: Silico_Biomancer Date: Wed, 22 Jan 2025 15:37:56 +1300 Subject: [PATCH] Make trigger shortcut more obscure The current shortcut [clashes with some extensions](https://github.com/cursorless-dev/cursorless/issues/880#issuecomment-2606151500) This seems to work on my linux configuration with codium, whereas the f17 mapping didn't --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 02312b7..fcfe235 100755 --- a/package.json +++ b/package.json @@ -52,8 +52,8 @@ }, { "command": "command-server.runCommand", - "key": "ctrl+shift+alt+p", - "mac": "cmd+shift+alt+p", + "key": "ctrl+shift+alt+meta+`", + "mac": "cmd+shift+alt+option+`", "args": "other" }, { @@ -65,8 +65,8 @@ }, { "command": "command-server.runCommand", - "key": "ctrl+shift+alt+p", - "mac": "cmd+shift+alt+p", + "key": "ctrl+shift+alt+meta+`", + "mac": "cmd+shift+alt+option+`", "when": "editorTextFocus", "args": "textEditor" }, @@ -79,8 +79,8 @@ }, { "command": "command-server.runCommand", - "key": "ctrl+shift+alt+p", - "mac": "cmd+shift+alt+p", + "key": "ctrl+shift+alt+meta+`", + "mac": "cmd+shift+alt+option+`", "when": "terminalFocus", "args": "terminal" }