From dcb027188ef766f7655fb63a1a616ad40a079be2 Mon Sep 17 00:00:00 2001 From: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:35:30 +0100 Subject: [PATCH] Updated hot keys for run query (#3967) Previous hotkeys are no longer supported. Users are required to hit F5 instead. Co-authored-by: Scott Anderson --- content/influxdb/v2.2/tools/flux-vscode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2.2/tools/flux-vscode.md b/content/influxdb/v2.2/tools/flux-vscode.md index a54a559f8..1be52cd24 100644 --- a/content/influxdb/v2.2/tools/flux-vscode.md +++ b/content/influxdb/v2.2/tools/flux-vscode.md @@ -64,7 +64,7 @@ In the **InfluxDB** pane: 1. Write your Flux query in a new VS Code file. 2. Save your Flux script with the `.flux` extension or set the [VS Code Language Mode](https://code.visualstudio.com/docs/languages/overview#_changing-the-language-for-the-selected-file) to **Flux**. -3. Execute the query with the `influxdb.runQuery` command or {{< keybind mac="⌃⌥E" other="Ctrl+Alt+E" >}}. +3. Execute the query with the `influxdb.runQuery` command or {{< keybind mac="F5" other="F5" >}}. 4. Query results appear in a new tab. If query results do not appear, see [Debug Flux queries](#debug-flux-queries). ## Explore your schema @@ -91,4 +91,4 @@ and then `Reload Window`) to initialize the updated extensions. | Command | Description | Keyboard shortcut | Menu context | |:------- |:----------- |:-----------------: | ------------: | | `influxdb.refresh` | Refresh | | | -| `influxdb.runQuery` | Run Query | {{< keybind mac="⌃⌥E" other="Ctrl+Alt+E" >}} | editor/context | +| `influxdb.runQuery` | Run Query | {{< keybind mac="F5" other="F5" >}} | editor/context |