From aaa6a819d99bc0610fc3a1a9f8a2a26c107eb0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Dias?= Date: Fri, 19 Jan 2024 16:10:10 -0300 Subject: [PATCH] Update IceTipInspectCommand.class.st --- Iceberg-TipUI/IceTipInspectCommand.class.st | 6 ++++++ 1 file changed, 6 insertions(+) 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 +]