terminal/src/cascadia/TerminalSettings/IKeyBindings.idl

14 lines
263 B
Plaintext
Raw Normal View History

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
import "KeyChord.idl";
namespace Microsoft.Terminal.Settings
{
// [default_interface]
interface IKeyBindings
{
Boolean TryKeyChord(KeyChord kc);
}
}