Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(hopefully this time for real)
  • Loading branch information
estebanlm committed Nov 8, 2024
1 parent 17c7287 commit 4e6f825
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Spec2-Code-Morphic/SpMorphicCodeAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ SpMorphicCodeAdapter >> addExtraActionsTo: group [
group add: self presenter rootCommandsGroup beRoot
]

{ #category : 'initialization' }
SpMorphicCodeAdapter >> addKeyBindingsTo: aWidget [

super addKeyBindingsTo: aWidget.
self presenter isOverrideContextMenu
ifFalse: [ self addKeyBindingsFromGroup: self presenter rootCommandsGroup ]
]

{ #category : 'widget API' }
SpMorphicCodeAdapter >> behavior [

Expand Down

0 comments on commit 4e6f825

Please sign in to comment.