From d3486864fe1a8a48f50d58a4c1d78060d7dc1cd3 Mon Sep 17 00:00:00 2001 From: tzutalin Date: Sat, 26 Sep 2020 11:22:20 -0700 Subject: [PATCH] update hotkey in readme --- README.rst | 52 +++++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/README.rst b/README.rst index e07511e6..7ddfca14 100644 --- a/README.rst +++ b/README.rst @@ -218,31 +218,33 @@ to load pre-defined classes Hotkeys ~~~~~~~ -+------------+--------------------------------------------+ -| Ctrl + u | Load all of the images from a directory | -+------------+--------------------------------------------+ -| Ctrl + r | Change the default annotation target dir | -+------------+--------------------------------------------+ -| Ctrl + s | Save | -+------------+--------------------------------------------+ -| Ctrl + d | Copy the current label and rect box | -+------------+--------------------------------------------+ -| Space | Flag the current image as verified | -+------------+--------------------------------------------+ -| w | Create a rect box | -+------------+--------------------------------------------+ -| d | Next image | -+------------+--------------------------------------------+ -| a | Previous image | -+------------+--------------------------------------------+ -| del | Delete the selected rect box | -+------------+--------------------------------------------+ -| Ctrl++ | Zoom in | -+------------+--------------------------------------------+ -| Ctrl-- | Zoom out | -+------------+--------------------------------------------+ -| ↑→↓← | Keyboard arrows to move selected rect box | -+------------+--------------------------------------------+ ++--------------------+--------------------------------------------+ +| Ctrl + u | Load all of the images from a directory | ++--------------------+--------------------------------------------+ +| Ctrl + r | Change the default annotation target dir | ++--------------------+--------------------------------------------+ +| Ctrl + s | Save | ++--------------------+--------------------------------------------+ +| Ctrl + d | Copy the current label and rect box | ++--------------------+--------------------------------------------+ +| Ctrl + Shift + d | Delete the current image | ++--------------------+--------------------------------------------+ +| Space | Flag the current image as verified | ++--------------------+--------------------------------------------+ +| w | Create a rect box | ++--------------------+--------------------------------------------+ +| d | Next image | ++--------------------+--------------------------------------------+ +| a | Previous image | ++--------------------+--------------------------------------------+ +| del | Delete the selected rect box | ++--------------------+--------------------------------------------+ +| Ctrl++ | Zoom in | ++--------------------+--------------------------------------------+ +| Ctrl-- | Zoom out | ++--------------------+--------------------------------------------+ +| ↑→↓← | Keyboard arrows to move selected rect box | ++--------------------+--------------------------------------------+ **Verify Image:**