X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fsynthesizer%2Fsynthesizer.C;h=3b0e9f2b027f1f85da546ea4f8c58c01f43eb46a;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hp=01a4973896232d98bfb3e33abf220be708ffd379;hpb=033efab12586e8086014c814a5360f211d228ac3;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/synthesizer/synthesizer.C b/cinelerra-5.1/plugins/synthesizer/synthesizer.C index 01a49738..3b0e9f2b 100644 --- a/cinelerra-5.1/plugins/synthesizer/synthesizer.C +++ b/cinelerra-5.1/plugins/synthesizer/synthesizer.C @@ -672,7 +672,7 @@ int SynthWindow::keypress_event() set_done(1); return 1; } - return 0; + return context_help_check_and_show(); } int SynthWindow::resize_event(int w, int h) @@ -1038,6 +1038,13 @@ void SynthNote::stop_note() int SynthNote::keypress_event() { +// Evtl catch Alt/H + if (get_keypress() == 'h' && alt_down()) + { + context_help_show(); + return 1; + } + if(number >= FIRST_TITLE && number < LAST_TITLE) { if(get_keypress() == keyboard_map[number - FIRST_TITLE][0])