On 14 dic 2015, at 11:23 a.m., Nicolai Hess <nicolaihess@gmail.com> wrote:2015-12-14 11:16 GMT+01:00 Stephan Eggermont <stephan@stack.nl>:On my keyboard I have '+' in two positions: once over the '=' in the alphanumeric part,and once as a separate key on the numeric part.
When I do a
self bindKeyCombination: $+ command mac | $+ ctrl win | $+ ctrl unix
toAction: [ self increaseFontSize ].
that only works for the numeric '+'.
Is that supposed to be the case? The problem is that it forces me to know about the keyboard layout to define shortcuts.
I stumbled across this too, I don't think it is supposed to work that way.
Stephan