Update "Advanced" tab shortcut to Alt-a

Back when it was called the "Wavelet" tab the Alt-w shortcut was used.

Closes #4322
This commit is contained in:
Morgan Hardwood
2019-09-06 22:15:37 +02:00
parent 1eb4aac404
commit b858bfb2c9
20 changed files with 20 additions and 20 deletions

View File

@@ -922,7 +922,7 @@ bool ToolPanelCoordinator::handleShortcutKey (GdkEventKey* event)
toolPanelNotebook->set_current_page (toolPanelNotebook->page_num (*rawPanelSW));
return true;
case GDK_KEY_w:
case GDK_KEY_a:
toolPanelNotebook->set_current_page (toolPanelNotebook->page_num (*advancedPanelSW));
return true;