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

Issue 442333002: Fixed odd behavior for keyboards using the AL_CONSUMER_CONTROL_CONFIG (Closed)

Created:
6 years, 4 months ago by mmeisser
Modified:
6 years, 3 months ago
Reviewers:
adlr, garykac, Wez
CC:
chromium-reviews, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fixed odd behavior for keyboards using the AL_CONSUMER_CONTROL_CONFIG This usage was mapped to XF86XK_Tools and remapped to VKEY_F13 on chrome, which is used for LOCK (logout) causing confusion for some users. This usage is supported on Windows and Android to launch the default media player, therefore it is now mapped to VKEY_MEDIA_LAUNCH_MEDIA_SELECT. R=garykac@chromium.org, wez@chromium.org, adlr@chromium.org BUG=398345 Committed: https://crrev.com/6b7305748f00a08fc37b6fb86eba4e333c321afd Cr-Commit-Position: refs/heads/master@{#295584}

Patch Set 1 #

Total comments: 6

Patch Set 2 : edited commit following Wez comments #

Total comments: 3

Patch Set 3 : update commented text upon request from wez #

Total comments: 6

Patch Set 4 : corrected comment to crbug.com/yyy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/keycodes/keyboard_code_conversion_x.cc View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (3 generated)
mmeisser
As per discussion initiated beginning of may with andrew.
6 years, 4 months ago (2014-08-06 13:16:15 UTC) #1
mmeisser
On 2014/08/06 13:16:15, mmeisser wrote: > As per discussion initiated beginning of may with andrew. ...
6 years, 4 months ago (2014-08-06 13:37:03 UTC) #2
Wez
https://codereview.chromium.org/442333002/diff/1/ui/events/keycodes/keyboard_code_conversion_x.cc File ui/events/keycodes/keyboard_code_conversion_x.cc (right): https://codereview.chromium.org/442333002/diff/1/ui/events/keycodes/keyboard_code_conversion_x.cc#newcode763 ui/events/keycodes/keyboard_code_conversion_x.cc:763: // When evdev is in use, /usr/share/X11/xkb/symbols/inet maps F13-18 ...
6 years, 4 months ago (2014-08-06 21:17:53 UTC) #3
mmeisser
https://codereview.chromium.org/442333002/diff/1/ui/events/keycodes/keyboard_code_conversion_x.cc File ui/events/keycodes/keyboard_code_conversion_x.cc (right): https://codereview.chromium.org/442333002/diff/1/ui/events/keycodes/keyboard_code_conversion_x.cc#newcode782 ui/events/keycodes/keyboard_code_conversion_x.cc:782: // (see crbug=398345) On 2014/08/06 21:17:53, Wez wrote: > ...
6 years, 4 months ago (2014-08-07 17:46:41 UTC) #4
mmeisser
We could also propose to the HID HUT, to actually rename this usage that had ...
6 years, 4 months ago (2014-08-15 13:07:35 UTC) #5
mmeisser
Wez, shall we proceed with this one, since the AL_SLEEP will not be mapped to ...
6 years, 3 months ago (2014-08-26 13:41:00 UTC) #6
Wez
https://codereview.chromium.org/442333002/diff/20001/ui/events/keycodes/keyboard_code_conversion_x.cc File ui/events/keycodes/keyboard_code_conversion_x.cc (right): https://codereview.chromium.org/442333002/diff/20001/ui/events/keycodes/keyboard_code_conversion_x.cc#newcode818 ui/events/keycodes/keyboard_code_conversion_x.cc:818: // media player app in most common OS (see ...
6 years, 3 months ago (2014-08-26 19:19:37 UTC) #7
mmeisser
> https://codereview.chromium.org/442333002/diff/20001/ui/events/keycodes/keyboard_code_conversion_x.cc#newcode819 > ui/events/keycodes/keyboard_code_conversion_x.cc:819: // map it now to > VKEY_MEDIA_LAUNCH_MEDIA_SELECT which can be used ...
6 years, 3 months ago (2014-08-29 14:59:54 UTC) #8
Wez
On 29 August 2014 07:59, <mmeisser@logitech.com> wrote: > > https://codereview.chromium.org/442333002/diff/20001/ui/ > events/keycodes/keyboard_code_conversion_x.cc#newcode819 > >> ui/events/keycodes/keyboard_code_conversion_x.cc:819: ...
6 years, 3 months ago (2014-08-29 18:48:42 UTC) #9
mmeisser
On 2014/08/29 18:48:42, Wez wrote: > > I mean what VKEY does Windows generate internally ...
6 years, 3 months ago (2014-09-01 16:00:22 UTC) #10
Wez
On 2014/09/01 16:00:22, mmeisser wrote: > On 2014/08/29 18:48:42, Wez wrote: > > > > ...
6 years, 3 months ago (2014-09-02 17:26:19 UTC) #11
Wez
https://codereview.chromium.org/442333002/diff/40001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/442333002/diff/40001/AUTHORS#newcode264 AUTHORS:264: Mathieu Meisser <mmeisser@logitech.com> You'll need to accept the CLA ...
6 years, 3 months ago (2014-09-02 17:27:18 UTC) #12
mmeisser
see my answers on Wez comments https://codereview.chromium.org/442333002/diff/40001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/442333002/diff/40001/AUTHORS#newcode264 AUTHORS:264: Mathieu Meisser <mmeisser@logitech.com> ...
6 years, 3 months ago (2014-09-09 14:20:52 UTC) #13
Wez
https://codereview.chromium.org/442333002/diff/40001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/442333002/diff/40001/AUTHORS#newcode264 AUTHORS:264: Mathieu Meisser <mmeisser@logitech.com> On 2014/09/09 14:20:52, mmeisser wrote: > ...
6 years, 3 months ago (2014-09-10 03:38:51 UTC) #14
mmeisser
> If Logitech accept the CLA as a corporate contributor then there should instead > ...
6 years, 3 months ago (2014-09-10 08:28:32 UTC) #15
Wez
On 2014/09/10 08:28:32, mmeisser wrote: > > If Logitech accept the CLA as a corporate ...
6 years, 3 months ago (2014-09-10 18:25:40 UTC) #16
Wez
lgtm
6 years, 3 months ago (2014-09-18 18:54:13 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/442333002/60001
6 years, 3 months ago (2014-09-18 18:55:56 UTC) #19
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-18 20:57:56 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/442333002/60001
6 years, 3 months ago (2014-09-18 21:38:44 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 0c304fe4e7d7ec9f40ef3fec559ac4b252d05504
6 years, 3 months ago (2014-09-18 22:37:27 UTC) #24
commit-bot: I haz the power
6 years, 3 months ago (2014-09-18 22:38:02 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6b7305748f00a08fc37b6fb86eba4e333c321afd
Cr-Commit-Position: refs/heads/master@{#295584}

Powered by Google App Engine
This is Rietveld 408576698