mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4176 Enable Del keyboard shortcut for delete commands
This commit is contained in:
@@ -82,4 +82,6 @@ void RicDeleteScriptPathFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Delete Script Path");
|
||||
actionToSetup->setIcon(QIcon(":/Erase.png"));
|
||||
actionToSetup->setShortcut(QKeySequence::Delete);
|
||||
actionToSetup->setShortcutVisibleInContextMenu(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user