Skip to content

Commit

Permalink
Add table navigation text
Browse files Browse the repository at this point in the history
  • Loading branch information
hatsu38 committed Aug 24, 2021
1 parent 2d4ac6b commit 0d1d0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/navigate.go
Expand Up @@ -17,8 +17,8 @@ func newNavigate() *navigate {
"http": " Tab: move url field\n Enter: change http method",
"url": " Tab: move Response Field\n Enter: http request",
"resField": " Tab: move params table\n Enter: Copy response text to clipboard",
"paramsTable": " Tab: move body table\n Enter/Ctrl+C: set query paramater",
"bodyTable": " Tab: move params table\n Enter: set body paramater",
"paramsTable": " Tab: move body table, Enter: set query paramater, h/left arrow: Move left by one column, l/right arrow: Move right by one column,\n j/down arrow: Move down by one row, k/up arrow: Move up by one row, g/home: Move to the top, G/end: Move to the bottom",
"bodyTable": " Tab: move params table, Enter: set body paramater, h/left arrow: Move left by one column, l/right arrow: Move right by one column,\n j/down arrow: Move down by one row, k/up arrow: Move up by one row, g/home: Move to the top, G/end: Move to the bottom",
"copied": " Copied response text to clipboard!\n Tab: move params table Enter: Copy response text to clipboard",
},
}
Expand Down

0 comments on commit 0d1d0d3

Please sign in to comment.