mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
changed shortcuts to CTRL+ALT+arrow
This commit is contained in:
parent
bb3c50714a
commit
2369e06b17
@ -89,10 +89,10 @@ QgsDualView::QgsDualView( QWidget *parent )
|
||||
break;
|
||||
}
|
||||
};
|
||||
createShortcuts( QStringLiteral( "Ctrl+Up" ), QgsFeatureListView::First );
|
||||
createShortcuts( QStringLiteral( "Ctrl+Left" ), QgsFeatureListView::Previous );
|
||||
createShortcuts( QStringLiteral( "Ctrl+Right" ), QgsFeatureListView::Next );
|
||||
createShortcuts( QStringLiteral( "Ctrl+Down" ), QgsFeatureListView::Last );
|
||||
createShortcuts( QStringLiteral( "Ctrl+Alt+Up" ), QgsFeatureListView::First );
|
||||
createShortcuts( QStringLiteral( "Ctrl+Alt+Left" ), QgsFeatureListView::Previous );
|
||||
createShortcuts( QStringLiteral( "Ctrl+Alt+Right" ), QgsFeatureListView::Next );
|
||||
createShortcuts( QStringLiteral( "Ctrl+Alt+Down" ), QgsFeatureListView::Last );
|
||||
|
||||
QButtonGroup *buttonGroup = new QButtonGroup( this );
|
||||
buttonGroup->setExclusive( false );
|
||||
|
Loading…
x
Reference in New Issue
Block a user