HughP / magickeyboard

Automatically exported from code.google.com/p/magickeyboard
GNU General Public License v3.0
1 stars 1 forks source link

Some layouts don't work #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Emanuele,

In the latest version (0.3.0), in "Numbers Mini Keyboard" layout only work 
these keys:

:;()$&@"?!

The "Mini QWERTY Keyboard" is not operational. The only keys responding are the 
layout change, shift, and return.

In the "Mini Keyboard Symbols", these characters don't work:

*+=<.,'

I don't know if it depends on the operating system, but I include it in if it 
helps. I have installed OSX 10.7.2 Lion, and my computer is an iMac mid-2011.

Regards,
José Carlos Montes

Original issue reported on code.google.com by JoCol...@gmail.com on 26 Oct 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Confirmed.  I must've broken something right before pushing the update, as it 
was working last time I tested.  I'll have it fixed ASAP.

Original comment by emanuele...@gmail.com on 26 Oct 2011 at 10:54

GoogleCodeExporter commented 9 years ago
I found out what was causing it (or, better, I have no clue about it, but found 
a fix).

When building the app in debug/testing mode, everything worked flawlessly, but 
when building it in release mode, most of the keys didn't work.
My best guess is that it's because some incompatibility with the latest version 
of the llvm compiler used by XCode 4.2.  I solved it by changing the 
optimization settings from -Os to -O3 (optimized for app size -> optimized for 
max execution speed).  This way the bug doesn't appear to trigger.

Version 0.3.1 will be out in a few mintues, please test it and report back.  
I'll mark this as Verified once I get positive feedback.

Original comment by emanuele...@gmail.com on 26 Oct 2011 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by emanuele...@gmail.com on 1 Nov 2011 at 8:09