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
This commit is contained in:
Marek Roszko 2023-02-11 13:20:53 -05:00
parent 4d6e06d349
commit 189ce373bb
1 changed files with 2 additions and 2 deletions

View File

@ -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",