From 539740fdcac3d36941fad1319fcfab7cc93330ab Mon Sep 17 00:00:00 2001 From: WhizSid Date: Sat, 29 Jun 2019 20:10:01 +0530 Subject: [PATCH] Added select all command --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 62c7a06..6e3384a 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,12 @@ Currently DOMQS is supporting only for `html` and `xml` file types. You can add ## Available Commands +Press `Ctrl+Shift+P` and type 'DOMQS' to get a list of all commands. + - Find by a query selector (Ctrl+Alt+F) - Go to the next selection (Ctrl+Alt+M) - Go to the previous selection (Ctrl+Alt+P) +- Select All occurances ## TODO