hpi-swa-teaching / SqueakShortcutConfiguration

Squeak Shortcut Configuration
MIT License
0 stars 0 forks source link

Patched kernel classes for all shortcuts I found so far #15

Closed SolusBellator closed 3 months ago

SolusBellator commented 3 months ago

Ignored keystroke tables that code hard keycodes as these are handled by the OS.

Mathis-Z commented 3 months ago

Also bis jetzt hat das Setzen einer neuen Shortcut-Liste über SSCActions: keinen Effekt, außer das die interne SSCActions Liste aktualisiert wird. Die Kernel-Klassen haben aber meistens anderen interne Listen für ihre Shortcuts. Das sind die, die wir wirklich aktualisieren müssen. Wenn eine Kernel-Klasse nicht so eine interne Liste hat, müssen wir die so zurecht patchen, dass die SSCActions Liste benutzt wird, um Methoden bei key strokes zu dispatchen.