Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bctextbox.C
index b81da1fb35e261568755a89d4c09e7dd766a3280..afbf7147734cb171dfd578fdccd965a1e6e0b9a6 100644 (file)
@@ -1152,6 +1152,9 @@ int BC_TextBox::keypress_event()
        int result = 0;
        int dispatch_event = 0;
 
+// Evtl catch Alt/H
+       if (context_help_check_and_show()) return 1;
+
        if(!active || !enabled) return 0;
 
        int wtext_len = wtext_update();