Manuscript (Case [Issue]20851) Spec - Can't bind ^A in a TextPresenter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]20851) Spec - Can't bind ^A in a TextPresenter

Pharo Issue Tracker
Manuscript Notification
avatar
Andrew P Black opened Case 20851: Can't bind ^A in a TextPresenter and assigned it to Everyone:
Bug in Project:  Spec: 1. Pharo Image  •  You are subscribed to this case
Consider the following code:

    aTextPresenter bindKeyCombination: Character arrowLeft asKeyCombination toAction: [aTextPresenter moveLeft].
    aTextPresenter bindKeyCombination: Character arrowLeft alt toAction: [aTextPresenter moveToStartOfLine].
    aTextPresenter bindKeyCombination: ($a control) toAction: [aTextPresenter moveToStartOfLine].
    aTextPresenter bindKeyCombination: ($e control) toAction: [aTextPresenter moveToEndOfLine].

Three of these work; the binding of ($a control) to its action has no effect.  Instead, ^A moves to the start of the text window.
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker