Change default Ctrl+H hotkey to 3-state layer view mode

This commit is contained in:
Jon Evans 2021-02-01 17:37:06 -05:00
parent 06a515339c
commit eba98aa9f6
1 changed files with 2 additions and 3 deletions

View File

@ -523,13 +523,12 @@ TOOL_ACTION ACTIONS::toggleCursorStyle( "common.Control.toggleCursorStyle",
cursor_shape_xpm );
TOOL_ACTION ACTIONS::highContrastMode( "common.Control.highContrastMode",
AS_GLOBAL,
MD_CTRL + 'H', LEGACY_HK_NAME( "Toggle High Contrast Mode" ),
AS_GLOBAL, 0, LEGACY_HK_NAME( "Toggle High Contrast Mode" ),
_( "Single Layer View Mode" ), _( "Toggle inactive layers between normal and dimmed" ),
contrast_mode_xpm );
TOOL_ACTION ACTIONS::highContrastModeCycle( "common.Control.highContrastModeCycle",
AS_GLOBAL, 0, "", _( "Single Layer View Mode (3-state)" ),
AS_GLOBAL, MD_CTRL + 'H', "", _( "Single Layer View Mode (3-state)" ),
_( "Toggle inactive layers between normal, dimmed, and hidden" ), contrast_mode_xpm );
TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool",