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

Side by Side Diff: ash/public/interfaces/event_properties.mojom

Issue 2769213005: Adds kWillProcessAccelerator_KeyEventProperty (Closed)
Patch Set: cleanup Created 3 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module ash.mojom;
6
7 // This is added to KeyEvents that ash has an accelerator for. This is only used
8 // for accelerators ash does not handle immediately. That is, those the target
9 // is given priority to process.
10 // No value is set for this property, the presence indicates ash has an
11 // accelerator.
12 const string kWillProcessAccelerator_KeyEventProperty =
13 "ash:will-process-accelerator";
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698