New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 806161 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug


Participants' hotlists:
Fixing-touch

Show other hotlists

Other hotlists containing this issue:
bug-bash-chengong


Sign in to add a comment

keyboard shortcuts appear to be ignoring the keyboard layout. With the Colemak layout, for instance, I have to press alt-shift-U to file feedback. The U key is where qwerty used to have the I key.

Project Member Reported by omrilio@chromium.org, Jan 26 2018

Issue description

CHROME VERSION: 65.0.3319.0 dev
CHROMEOS_AUSERVER: <URL: 4>
CHROMEOS_RELEASE_BOARD: scarlet-signed-prempkeys

What steps will reproduce the problem?
(1) Change layout 
(2) Try to invoke a keyboard shortcut such as Alt+Shift+i for feedback via the on screen keyboard

What is the expected result?
Shortcut is accepted

What happens instead?
Shortcut is ignored, it invokes a different shortcut that's where the letters you're typing are.

 
Cc: afakhry@chromium.org
Components: UI>Input>KeyboardShortcuts
Status: Available (was: Untriaged)
+afakhry@
I can invoke a feedback shortcut by pressing Alt+Shift+i when I switch to dvorak layout.
What is the problem?
Cc: shuchen@chromium.org wutao@chromium.org yhanada@chromium.org
It's a known issue that Non-US layouts may have issues with our VKEY-based keyboard shortcuts.
Owner: wuyingbing@chromium.org
Status: Assigned (was: Available)
Re #3, I doubt this is something to do with the VKEY-based keyboard shortcuts (which I think should work just fine).

Note that this issue only happens on the on-screen keyboard. So I guess the root cause is on the IME extension side.

Checked the extension code at here:
https://cs.corp.google.com/piper///depot/google3/i18n/input/javascript/chos/inputview/config/us-colemak_data.js

Looks like the us-colemak_data.js should contains the VKEY codes info like in us-dvorak_data.js.

Yingbing, can you please take a look? Thanks.

Components: -UI>Input>KeyboardShortcuts UI>Input>Text>IME
Labels: -Pri-3 Pri-2
Owner: iloahz@chromium.org
Li, Please adds PK_code for all xkb layout.
Components: -UI>Input>Text>IME
Labels: CrOSLanguage-Current

Sign in to add a comment