Hi,
We (Andrei and I) are experiencing some strange behavior recently related to keybindings.
In the example below:
- pressing "Cmd+/" brings up the halt
- pressing "Cmd+o" does not bring up the halt
((PluggableTextMorph
on: 'haba'
text: #asText
accept: nil)
bindKeyCombination: $o command toAction: [ 'does not halt' halt ];
bindKeyCombination: $/ command toAction: [ 'it halts' halt ])�
openInWorld
One difference between the two is that Cmd+o is already define inside the text morph, while Cmd+/ is not. However, this used to work in�30796 but does not work in�30798.
I do not have time right now to look at it more deeply. Do you know why the behavior changed suddenly? What should we adapt?
Doru
--
"Every thing has its own flow"