Skip to content

Commit

Permalink
Update IceTipInspectCommand.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias authored Jan 19, 2024
1 parent ec66e32 commit aaa6a81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Iceberg-TipUI/IceTipInspectCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ IceTipInspectCommand >> item [
^ (maybeCachedObject respondsTo: #realObject)
ifTrue: [ maybeCachedObject realObject ] ifFalse: [ maybeCachedObject ]
]

{ #category : 'activation' }
IceTipBrowseCommand >> shortcutKey [

^ $i meta
]

0 comments on commit aaa6a81

Please sign in to comment.