mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
Keyboard navigation smoke test (#18796)
This commit is contained in:
7
test/automation/src/sql/constants.ts
Normal file
7
test/automation/src/sql/constants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
export const ctrlOrCmd = process.platform === 'darwin' ? 'cmd' : 'ctrl';
|
||||
export const winOrCtrl = process.platform === 'darwin' ? 'ctrl' : 'win';
|
||||
Reference in New Issue
Block a user