diff --git a/Iceberg-TipUI/IceTipInspectCommand.class.st b/Iceberg-TipUI/IceTipInspectCommand.class.st index f5ef0d83c4..edc3dd9f40 100644 --- a/Iceberg-TipUI/IceTipInspectCommand.class.st +++ b/Iceberg-TipUI/IceTipInspectCommand.class.st @@ -48,3 +48,9 @@ IceTipInspectCommand >> item [ ^ (maybeCachedObject respondsTo: #realObject) ifTrue: [ maybeCachedObject realObject ] ifFalse: [ maybeCachedObject ] ] + +{ #category : 'activation' } +IceTipBrowseCommand >> shortcutKey [ + + ^ $i meta +]