Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Issue 8416005: aura: Fix keyevents from the numpad. (Closed)

Created:
9 years, 1 month ago by sadrul
Modified:
9 years, 1 month ago
Reviewers:
DaveMoore
CC:
chromium-reviews, James Su
Visibility:
Public.

Description

aura: Fix keyevents from the numpad. It turns out XLookupKeysym does not take into account the status of the lock/shift etc. keys. So we need to use XLookupString instead (which does). BUG=101831 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107621

Patch Set 1 #

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -12 lines) Patch
M ui/base/keycodes/keyboard_code_conversion_x.cc View 1 2 chunks +18 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sadrul
9 years, 1 month ago (2011-10-27 19:27:49 UTC) #1
DaveMoore
9 years, 1 month ago (2011-10-27 21:04:00 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698