Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . ibus-chewing (1.3.10+clean-2ubuntu1) precise-proposed; urgency=low . * debian/patches/1002-use-shift-to-switch-mode.patch: Use shift keypress to switch to English mode. (LP: #1160414) Author: Shih-Yuan Lee (FourDollars) Bug-Ubuntu: https://bugs.launchpad.net/bugs/1160414 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/LP1293506 Forwarded: https://github.com/prepangolin/ibus-chewing Reviewed-By: Last-Update: --- ibus-chewing-1.3.10+clean.orig/src/IBusChewingEngine.gob +++ ibus-chewing-1.3.10+clean/src/IBusChewingEngine.gob @@ -1036,7 +1036,7 @@ class IBus:Chewing:Engine from IBus:Engi gboolean needRefresh=TRUE; if (strcmp(prop_name,"chewing_chieng_prop")==0){ /* Toggle Chinese <-> English */ - chewing_set_ChiEngMode(self->context, !chewing_get_ChiEngMode(self->context)); + chewing_set_ChiEngMode(self->context, chewing_get_ChiEngMode(self->context)); }else if (strcmp(prop_name,"chewing_alnumSize_prop")==0){ /* Toggle Full <-> Half */ chewing_set_ShapeMode(self->context, !chewing_get_ShapeMode(self->context));