mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Le raccourci clavier pour pivoter les elements est desormais la touche espace.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@795 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -258,7 +258,7 @@ void QETDiagramEditor::actions() {
|
||||
delete_selection -> setShortcut(QKeySequence(tr("Backspace")));
|
||||
#endif
|
||||
|
||||
rotate_selection -> setShortcut(QKeySequence(tr("Ctrl+R")));
|
||||
rotate_selection -> setShortcut(QKeySequence(tr("Space")));
|
||||
selection_prop -> setShortcut(QKeySequence(tr("Ctrl+J")));
|
||||
conductor_reset -> setShortcut(QKeySequence(tr("Ctrl+K")));
|
||||
infos_diagram -> setShortcut(QKeySequence(tr("Ctrl+L")));
|
||||
|
||||
Reference in New Issue
Block a user