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

Issue 4865001: Ignore volume key modifiers (Closed)

Created:
10 years, 1 month ago by davejcool
Modified:
9 years, 7 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Ignore volume key modifiers The new way of handling volume keys using gdk_window_add_filter() (Issue 4098003) was allowing any modifier keys (Alt, Ctrl, Shift) as well, when only unmodified F8/F9/F10 keypresses should be responded to. BUG=chromium-os:6074 TEST=Ctrl+, Alt+ or Shift+ F8/F9/F10 should not adjust volume anymore Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66210

Patch Set 1 : cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -12 lines) Patch
M chrome/browser/chromeos/system_key_event_listener.cc View 1 chunk +15 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
davejcool
This one's pretty simple... Ctrl+, Alt+, and/or Shift+ volume key should not adjust volume.
10 years, 1 month ago (2010-11-13 01:57:00 UTC) #1
Daniel Erat
LGTM, although I'm not sure I understand how this fits in with issue 6074. Are ...
10 years, 1 month ago (2010-11-13 03:16:10 UTC) #2
davejcool
Thanks. Issue 6074 was getting brightness and volume keys working at the lock screen. Before ...
10 years, 1 month ago (2010-11-15 19:25:32 UTC) #3
Daniel Erat
10 years, 1 month ago (2010-11-15 19:30:55 UTC) #4
On 2010/11/15 19:25:32, davejcool wrote:
> Thanks.  Issue 6074 was getting brightness and volume keys working at the lock
> screen.  Before this change, All key combinations for volume were consumed,
> which was not consistent with F6/F7 behavior.  Plus, what if in the future an
> extension or app might want to use one of these combinations?

Thanks for the explanation.  I'm skeptical that there will be any sites that
want to see Alt-F8 but not F8 by itself, though. :-P

Powered by Google App Engine
This is Rietveld 408576698