In Moose 4.6, here's my code:
finder := GLMFinder new.
finder show: [:a |
a dynamic display: (GLMTextPresentation new forSmalltalk);
act: [self halt]
on: $k
entitled: 'Implementors (k)' ].
finder openOn: 'Waaaaaaa'
If I click the little menu item, a debugger comes up. But, if I press apple-k, it doesn't. Why doesn't it?