1 | ;
|
2 | // *****************************************************************************
|
3 | // Copyright (C) 2019 TypeFox and others.
|
4 | //
|
5 | // This program and the accompanying materials are made available under the
|
6 | // terms of the Eclipse Public License v. 2.0 which is available at
|
7 | // http://www.eclipse.org/legal/epl-2.0.
|
8 | //
|
9 | // This Source Code may also be made available under the following Secondary
|
10 | // Licenses when the conditions for such availability set forth in the Eclipse
|
11 | // Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
12 | // with the GNU Classpath Exception which is available at
|
13 | // https://www.gnu.org/software/classpath/license.html.
|
14 | //
|
15 | // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
16 | // *****************************************************************************
|
17 | Object.defineProperty(exports, "__esModule", { value: true });
|
18 | exports.KeysOrKeyCodes = exports.SpecialCases = exports.Key = exports.KeyModifier = exports.KeyCode = exports.KeySequence = void 0;
|
19 | // Reexporting here for backwards compatibility.
|
20 | // Please import from '@theia/core/lib/browser' or '@theia/core/lib/browser/keyboard' instead of this module.
|
21 | // This module might be removed in future releases.
|
22 | const keys_1 = require("./keyboard/keys");
|
23 | Object.defineProperty(exports, "KeySequence", { enumerable: true, get: function () { return keys_1.KeySequence; } });
|
24 | Object.defineProperty(exports, "KeyCode", { enumerable: true, get: function () { return keys_1.KeyCode; } });
|
25 | Object.defineProperty(exports, "KeyModifier", { enumerable: true, get: function () { return keys_1.KeyModifier; } });
|
26 | Object.defineProperty(exports, "Key", { enumerable: true, get: function () { return keys_1.Key; } });
|
27 | Object.defineProperty(exports, "SpecialCases", { enumerable: true, get: function () { return keys_1.SpecialCases; } });
|
28 | Object.defineProperty(exports, "KeysOrKeyCodes", { enumerable: true, get: function () { return keys_1.KeysOrKeyCodes; } });
|
29 | //# sourceMappingURL=keys.js.map |
\ | No newline at end of file |