Skip to content

Commit

Permalink
Merge pull request #1643 from pharo-spec/fix-issue-879
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse authored Nov 17, 2024
2 parents dd285be + 4e6f825 commit 1d71813
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 1d71813

Please sign in to comment.