michelcandido / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

BTstack keyboard - input multibyte period though English/US mode #126

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On BTstack Keyboard, choose Japanese(Japan) Keyboard Layout.
2. hit [Ctrl]+[tab] key on bluetooth keyboard to show touchscreen software 
keyboard.
3. touch Earthkey on touchscreen to change English/US keyboard(QWERTY)
   to input singlebyte character.
4. hit [period] key on bluetooth keyboard. (Key: 0x37)

What is the expected output? What do you see instead?
[expect] enter '.' period character (ASCII code : 0x2E (single byte))
[instead] enter '。' Japanese period character (code : 0x3002 (multi byte))

What version of the product are you using? On what operating system?
[device] iPodTouch 4th
[OS] iOS 4.1
[Bluetooth Keyboard] ELECOM TK-FBP017BK

Please provide any additional information below.

Can you modify this problem, please?

And if you could, please consider to add 1byte/2byte toggle key.
In Japan, we have to use 1byte character input(ASCII) and 2byte char(Japanese).
Normally, we can change it by hitting [Full/Half] (Key: 0x35) on Japanese 106 
keyboard.
But now, we can't use [Full/Half] key on BTstack environment.
The workaround is above 2. and 3. , then we can toggle only by useing touch 
screen, not Bluetooth keyboard... then this is not useful.

Original issue reported on code.google.com by gissy...@gmail.com on 14 Feb 2011 at 2:44