pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

Should the application provide shortcuts #17398

Open Ducasse opened 4 days ago

Ducasse commented 4 days ago

It would make sense so that we could avoid yet another singleton.

openPlayground

    <shortcut>
    ^ KMKeymap shortcut: PharoShortcuts current openPlaygroundShortcut action: [ self tools workspace open ]