can not take screen-shot while menu open or toolbar open ie. ALL system key interaction is suspended but wait, there is a screenshot, taken with delay
not all menu items have key-bindings did I mention that key-bindings do not update until Geany is restarted 'Build Toolbar' does not match the edited 'Build Menu' <Primary> ??? same as the control key but why <Primary> ? 'Make Custon Target' even when edited asks for user input; that's OK, I just used the empty line at the bottom but no key-binding available Problem: I am wanting custom make commands available to ALL my projects. I have a set of make commands that are the same for ALL of my projects. No I do not use the default name for make. I use my project 'prefix.mak'. Much easier to keep track of the makefiles instead of the default - 'makefile'. example: Test.mak Test.h Test.c Test_1.c Test_fx.c my make commands: F8 Make (Make All) make -f %e.mak F9 Clean (Make Object) make -f %e.mak clean ?? Real Clean (empty) make -f %e.mak realclean F5 Execute S-F8 Compile S-F9 Build otherwise LOVING IT! reminds me of TurboC I used in DOS way back... screen shots:    -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1614
