[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