FogBugz (Case [Issue]4993) Morphic - Typing cmd+L cancel all typing and we can't undo it

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

FogBugz (Case [Issue]4993) Morphic - Typing cmd+L cancel all typing and we can't undo it

Pharo Issue Tracker
A FogBugz case was edited by Marcus Denker.

Case ID:      4993
Title:        Typing cmd+L cancel all typing and we can't undo it
Status:       Work Needed
Category:     Bug
Project:      Morphic
Area:         Misc
Priority:     6 - On Hold
Milestone:    Later
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?4993


Changes:
Status changed from 'Active' to 'Work Needed'.

I *hate* it. I always press it by accident.

We need to fix it so undo is possible.

This is buildTextEditorShortcutsOn: in TextEditor

(aBuilder shortcut: #cancel)
category: #TextEditor
default: $l ctrl win | $l ctrl unix | $l command mac
do: [ :target | target cancel ].


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=4993) from this case.

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