Status: Accepted
Owner:
[hidden email]
Labels: Milestone-1.4 Type-Bug
New issue 5170 by
[hidden email]: DNU Inspector>>arrowKey:from:
http://code.google.com/p/pharo/issues/detail?id=5170If you press cmd + something that has not bee taken in account :)
inspectorKey: aChar from: view
"Respond to a Command key issued while the cursor is over my field list"
aChar == $i ifTrue: [^ self selection inspect].
aChar == $I ifTrue: [^ self selection explore].
aChar == $b ifTrue: [^ self browseMethodFull].
aChar == $h ifTrue: [^ self classHierarchy].
aChar == $c ifTrue: [^ self copyName].
aChar == $p ifTrue: [^ self browseFullProtocol].
aChar == $N ifTrue: [^ self browseClassRefs].
^ self arrowKey: aChar from: view
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker