Dec. 14, 2015
10:16 a.m.
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. Stephan