minor fixes
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mwindowgui.C
index f875a14a30bac80becd05082c7d60a9fd5a31c2a..43b95cbbd57a9db35c247f0e425c5e40bd90b64c 100644 (file)
@@ -1236,6 +1236,12 @@ int MWindowGUI::keypress_event()
                }
                break;
 
+       case '!':
+               if( !ctrl_down() || !shift_down() ) break;
+/* code to execute is same as lines 383-401 in editpopup.C */
+               result = 1;
+               break;
+
        case UP:
                if( ctrl_down() && !alt_down() )
                        mwindow->expand_y();