From ecee867a7a4e129171c63723027be6a64464e8d4 Mon Sep 17 00:00:00 2001 From: Chris Jordan Date: Wed, 13 Mar 2024 11:17:44 -0400 Subject: [PATCH] added ctrl+shift+x hide segments (same as seung lab neuroglancer) --- config/custom-keybinds.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/custom-keybinds.json b/config/custom-keybinds.json index 870f6a742c..dc55dfeab2 100644 --- a/config/custom-keybinds.json +++ b/config/custom-keybinds.json @@ -14,5 +14,6 @@ "tool": "grapheneFindPath", "provider": "graphene" }, - "keyx": false + "keyx": false, + "control+shift+keyx": "clear-segments" }