Skip to content

Commit 1b31f08

Browse files
committedJun 9, 2016
Add F7 shortcut to show/hide style dock
1 parent 8909584 commit 1b31f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,6 +2999,7 @@ void QgisApp::initLayerTreeView()
29992999
mActionStyleDock = new QAction( tr( "Map Styling" ), this );
30003000
mActionStyleDock->setCheckable( true );
30013001
mActionStyleDock->setToolTip( tr( "Open the map styling dock" ) );
3002+
mActionStyleDock->setShortcut( QString( "F7" ) );
30023003
mActionStyleDock->setIcon( QgsApplication::getThemeIcon( "propertyicons/symbology.png" ) );
30033004
connect( mActionStyleDock, SIGNAL( toggled( bool ) ), this, SLOT( mapStyleDock( bool ) ) );
30043005

0 commit comments

Comments
 (0)