avidyalalala / sunpinyin

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

Use Shift to toggle between input Chinese/English not usable in Chrome Text Area #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Chrome for Mac
2. open any textarea (like the one to input the bug)
3. Shift(switch between Chinese English input) key will not be effective

What is the expected output? What do you see instead?
It should toggle normally like I set in the preferences.

What version of the product are you using? On what operating system?
Chrome for Mac
Snow Leopard, Sun Pin Yin beta 3

Please provide any additional information below.

Original issue reported on code.google.com by LizDoUr...@gmail.com on 14 Mar 2010 at 4:47

GoogleCodeExporter commented 9 years ago
I guess the "shift" was swallowed by chrome, FIT should also have this issue. A
workaround is to use "CapsLock" as mode-switch key.

Original comment by find...@gmail.com on 16 Mar 2010 at 9:33

GoogleCodeExporter commented 9 years ago
FIT Experimental also works fine for this issue...

Original comment by LizDoUr...@gmail.com on 16 Mar 2010 at 4:08

GoogleCodeExporter commented 9 years ago
Issue 60 has been merged into this issue.

Original comment by find...@gmail.com on 26 Mar 2010 at 1:12

GoogleCodeExporter commented 9 years ago
should be a Chrome's issue, a single SHIFT press/release sends 4 NSFlagsChanged 
events to input method. The 
workaround is to filter out the duplicated NSFlagsChanged event.

Original comment by find...@gmail.com on 27 Mar 2010 at 5:17