diff --git a/README.md b/README.md index fe6ad23..54a80cc 100644 --- a/README.md +++ b/README.md @@ -79,15 +79,20 @@ Otherwise, you might me located at the tables panel, then you can navigate by us Key | Description ----------------------------------------|--------------------------------------- Ctrl+Space | If the query panel is active, execute the query -Enter | If the tables panel is active, list all the rows as a result set on the rows panel +Enter | If the tables panel is active, list all the rows as a result set on the rows panel and display the structure of the table on the structure panel +Ctrl+S | If the rows panel is active, switch to the schema panel Ctrl+h | Toggle to the panel on the left Ctrl+j | Toggle to the panel below Ctrl+k | Toggle to the panel above Ctrl+l | Toggle to the panel on the right Arrow Up | Next row of the result set, on the rows panel. Next table on the tables panel +k | Next row of the result set, on the rows panel. Next table on the tables panel Arrow Down | Previous row of the result set, on the rows panel. Previous table on the tables panel +j | Previous row of the result set, on the rows panel. Previous table on the tables panel Arrow Right | Horizontal scrolling on the rows panel +l | Horizontal scrolling on the rows panel Arrow Left | Horizontal scrolling on the rows panel +h | Horizontal scrolling on the rows panel Ctrl+c | Quit ## Contribute