[Pharo-users] Re: Create keyboard shortcut

2021-10-20 Thread mspgate
thanks a lot Guille, this is a good tip!

[Pharo-users] Re: Create keyboard shortcut

2021-10-20 Thread Guillermo Polito
Hi peace.d, I’ve had a quick look: you can inspire yourself from the class ToolShortcutsCategory. The class has a couple of special things: - it inherits from KMCategory (a keymapping framework class) - it defines `isGlobal` returning true on the class side (to say it defines global shortcuts

[Pharo-users] Create keyboard shortcut

2021-10-20 Thread mspgate
Hello everybody, how would I create a keyboard shortcut for a method I have defined in my class or package? for example if I would like to have a keyboard shortcut for a method that opens the Transcript and display the “Hello I am the new shortcut” message? thanks for the help. peace.d