From 189ce373bb90c076eed0b0beea6fb47042878e5d Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 11 Feb 2023 13:20:53 -0500 Subject: [PATCH] Remove default hotkeys for grid set/reset. This is a waste of hotkeys for what should be seldom used activities. If a user needs hotkeys for this, they can bind them manually --- common/tool/actions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/tool/actions.cpp b/common/tool/actions.cpp index 09de585c1e..a17895361b 100644 --- a/common/tool/actions.cpp +++ b/common/tool/actions.cpp @@ -470,13 +470,13 @@ TOOL_ACTION ACTIONS::gridPrev( "common.Control.gridPrev", TOOL_ACTION ACTIONS::gridSetOrigin( "common.Control.gridSetOrigin", AS_GLOBAL, - 'S', LEGACY_HK_NAME( "Set Grid Origin" ), + 0, LEGACY_HK_NAME( "Set Grid Origin" ), _( "Grid Origin" ), _( "Set the grid origin point" ), BITMAPS::grid_select_axis ); TOOL_ACTION ACTIONS::gridResetOrigin( "common.Control.gridResetOrigin", AS_GLOBAL, - 'Z', LEGACY_HK_NAME( "Reset Grid Origin" ), + 0, LEGACY_HK_NAME( "Reset Grid Origin" ), _( "Reset Grid Origin" ), "" ); TOOL_ACTION ACTIONS::gridPreset( "common.Control.gridPreset",