On Thu, Jun 26, 2025 at 5:35 AM jkn wrote: Thank you. Apologies if it has taken me a while to provide the necessary > information. >
NP. It's all good. The problem arises because your myLeoSettings.leo uses an @shortcuts node to bind keys to your `@command` scripts. Fixing this buglet may not be straightforward. We shall see. The workaround (and imo best practice) would to create the bindings in the `@command` scripts: @command test_cmd1 @key=Ctrl+Alt+1 @command test_cmd2 @key=Ctrl+Alt+2 Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS1mtxdeXrX1PGRffjmjHXuiS5comvs1qU2AyCv8pt0c2w%40mail.gmail.com.
