diff --git a/README.md b/README.md index 8da81ab..5ae0098 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Simple application to view a JSON file. ## Keys +- The `F12` key toggles between Tree and JSON view. - The `Escape` key exits the application. - On linux the `Ctrl+Q` key combination, exits the application. - On Windows the `Atl+X` key combination, exits the application. @@ -41,9 +42,7 @@ application/json=jsonviewer.desktop At the moment I don't have an answer. Need to consult some Windows gurus. ## Screenshots -One file, none selected -![Picture1](images/lazJSONViewer-linux-picture1.png) -One file, one selected, node selected -![Picture2](images/lazJSONViewer-linux-picture2.png) -Many files, one selected, node selected -![Picture3](images/lazJSONViewer-linux-picture3.png) +- Tree view +![Picture1](images/lazjsonviewer-linux-tree.png) +- JSON view +![Picture2](images/lazjsonviewer-linux-json.png) diff --git a/images/lazJSONViewer-linux-picture1.png b/images/lazJSONViewer-linux-picture1.png deleted file mode 100644 index a7e8ded..0000000 Binary files a/images/lazJSONViewer-linux-picture1.png and /dev/null differ diff --git a/images/lazJSONViewer-linux-picture2.png b/images/lazJSONViewer-linux-picture2.png deleted file mode 100644 index fb79533..0000000 Binary files a/images/lazJSONViewer-linux-picture2.png and /dev/null differ diff --git a/images/lazJSONViewer-linux-picture3.png b/images/lazJSONViewer-linux-picture3.png deleted file mode 100644 index a8929a4..0000000 Binary files a/images/lazJSONViewer-linux-picture3.png and /dev/null differ diff --git a/images/lazjsonviewer-linux-json.png b/images/lazjsonviewer-linux-json.png new file mode 100644 index 0000000..8a1565f Binary files /dev/null and b/images/lazjsonviewer-linux-json.png differ diff --git a/images/lazjsonviewer-linux-tree.png b/images/lazjsonviewer-linux-tree.png new file mode 100644 index 0000000..216d8e2 Binary files /dev/null and b/images/lazjsonviewer-linux-tree.png differ