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

Unified Diff: ui/events/keycodes/dom/dom_key_data.inc

Issue 2641073002: Add MediaClose DOM key definition (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/dom/dom_key_data.inc
diff --git a/ui/events/keycodes/dom/dom_key_data.inc b/ui/events/keycodes/dom/dom_key_data.inc
index 2eaa8a7b591b75d2da04ef54a5b074c221534c6f..9880d990de7eefe523af63e9374392f3db7b51c5 100644
--- a/ui/events/keycodes/dom/dom_key_data.inc
+++ b/ui/events/keycodes/dom/dom_key_data.inc
@@ -279,6 +279,7 @@ DOM_KEY_MAP_DECLARATION {
DOM_KEY_MAP("MailForward", MAIL_FORWARD, 0x0A02),
DOM_KEY_MAP("MailReply", MAIL_REPLY, 0x0A03),
DOM_KEY_MAP("MailSend", MAIL_SEND, 0x0A04),
+ DOM_KEY_MAP("MediaClose", MEDIA_CLOSE, 0x0D5B),
DOM_KEY_MAP("MediaFastForward", MEDIA_FAST_FORWARD, 0x0D2C),
DOM_KEY_MAP("MediaPause", MEDIA_PAUSE, 0x0D2E),
DOM_KEY_MAP("MediaPlay", MEDIA_PLAY, 0x0D2F),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698