From bdf72084762b2bc2862c36bafc53aff70e74ef2e Mon Sep 17 00:00:00 2001 From: Asger F Date: Fri, 21 Oct 2022 14:26:54 +0200 Subject: [PATCH] Mention keyboard navigation in README --- extensions/ql-vscode/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/ql-vscode/README.md b/extensions/ql-vscode/README.md index 2629ed59e..fa539b2be 100644 --- a/extensions/ql-vscode/README.md +++ b/extensions/ql-vscode/README.md @@ -99,6 +99,10 @@ When the results are ready, they're displayed in the CodeQL Query Results view. If there are any problems running a query, a notification is displayed in the bottom right corner of the application. In addition to the error message, the notification includes details of how to fix the problem. +### Keyboad navigation + +If you wish to navigate the query results from your keyboard, you can bind shortcuts to the **CodeQL: Navigate Up/Down/Left/Right in Result Viewer** commands. + ## What next? For more information about the CodeQL extension, [see the documentation](https://codeql.github.com/docs/codeql-for-visual-studio-code/). Otherwise, you could: