OpenSmock / Pyramid

Pyramid is a Graphical User-Interface (GUI) builder and editor for Bloc and Toplo.
MIT License
29 stars 5 forks source link

Add keyboards shortcuts in the editor view #136

Open labordep opened 4 months ago

labordep commented 4 months ago

Propose to add some shortcuts on a selected element or several selected elements:

And display theses key shortcuts in the menu

Nyan11 commented 4 months ago

Shortcut must be centralized in all application (PyramidWindow). It can be edited in Pharo settings.

labordep commented 3 months ago

We need to identity existing plugins with keyboard shortcuts to have a list in the settings panel. Undo redo plugin have shortcuts ?

Nyan11 commented 3 months ago

The only plugin to have a shortcut is PyramidPluginEditOnRunning

Nyan11 commented 3 months ago

The possible shortcuts are:

context menu

appears when right clic on tree or space.

Saving

history

fast selection

testing

copy and paste

others