mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Changement du raccourci clavier pour supprimer un objet sous MacOS.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@737 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -252,7 +252,12 @@ void QETDiagramEditor::actions() {
|
||||
select_all -> setShortcut(QKeySequence::SelectAll);
|
||||
select_nothing -> setShortcut(QKeySequence(tr("Ctrl+Shift+A")));
|
||||
select_invert -> setShortcut(QKeySequence(tr("Ctrl+I")));
|
||||
#ifndef Q_WS_MAC
|
||||
delete_selection -> setShortcut(QKeySequence(tr("Suppr")));
|
||||
#else
|
||||
delete_selection -> setShortcut(QKeySequence(tr("Backspace")));
|
||||
#endif
|
||||
|
||||
rotate_selection -> setShortcut(QKeySequence(tr("Ctrl+R")));
|
||||
selection_prop -> setShortcut(QKeySequence(tr("Ctrl+J")));
|
||||
conductor_reset -> setShortcut(QKeySequence(tr("Ctrl+K")));
|
||||
|
||||
Reference in New Issue
Block a user