Comment #7 on issue 9718 by [email protected]: Regression: Shortcut Right Ctrl + Right Shift used for changing text directionality conflicts with keyboard layouts switching shortcut http://code.google.com/p/chromium/issues/detail?id=9718
Sorry for my slow response. As noted by Xiaolu, this control+shift keyboard shortcut is used for changing the keyboard layout in a language when there are two or more keyboard layouts installed. That is, this shortcut is used also for changing the keyboard layout from US Qwerty layout to US Dvorak layout when a user installed them. (I'm not sure how may people in US use it, though.) By the way, just for avoiding conflicts with IMEs, Chrome already checks if there are IMEs attached to Chrome to enable/disable IME-specific tricks. So, it is easy to enable this shortcut only when there are not any IMEs attached to Chrome. (As you can easily imagine, this solution does not save those who need to change keyboard layouts from US Qwerty to US Dvorak, and vice versa.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
