Open hernanmd opened 3 weeks ago
Now we are using a text presenter in CmdShortcutActivation>>#asSettingPresenter:.
CmdShortcutActivation>>#asSettingPresenter:
For instance:
settingInputWidgetForNode: aShortcutSetting | catcherMorph theme | theme := UITheme builder. catcherMorph := KMCatcherMorph for: aShortcutSetting. ^ theme newRow: {catcherMorph}
Now we are using a text presenter in
CmdShortcutActivation>>#asSettingPresenter:
.For instance: