mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
14 lines
556 B
Plaintext
14 lines
556 B
Plaintext
// Copyright 2017 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
module ash.mojom;
|
|
|
|
// This is added to KeyEvents that ash has an accelerator for. This is only used
|
|
// for accelerators ash does not handle immediately. That is, those the target
|
|
// is given priority to process.
|
|
// No value is set for this property, the presence indicates ash has an
|
|
// accelerator.
|
|
const string kWillProcessAccelerator_KeyEventProperty =
|
|
"ash:will-process-accelerator";
|