> On 14 dic 2015, at 11:23 a.m., Nicolai Hess <nicolaih...@gmail.com> wrote:
> 
> 
> 
> 2015-12-14 11:16 GMT+01:00 Stephan Eggermont <step...@stack.nl 
> <mailto:step...@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.


So you mean that in order to make + in your +/= key you must press shift? And 
then (ctrl +) does not match (ctrl shift +)?

Then I’d say it is a bug/unimplemented feature...

Hmm, maybe shift only has to work as a modifier for alphanumeric characters...

> 
> I stumbled across this too, I don't think it is supposed to work that way.
>  
> 
> Stephan
> 
> 
> 
> 

Reply via email to