From 6e8bc2d7c0414108f647a79ac819abc25a36bdb2 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 30 Dec 2023 17:40:39 +0900 Subject: [PATCH] No shortcuts by default to show/hide all polygons --- labelme/config/default_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labelme/config/default_config.yaml b/labelme/config/default_config.yaml index 3cdf9db6b..128dc6d6a 100644 --- a/labelme/config/default_config.yaml +++ b/labelme/config/default_config.yaml @@ -119,6 +119,6 @@ shortcuts: toggle_keep_prev_mode: Ctrl+P remove_selected_point: [Meta+H, Backspace] - show_all_polygons: G - hide_all_polygons: H + show_all_polygons: null + hide_all_polygons: null toggle_all_polygons: T