diff --git a/README.md b/README.md
index e3b06b9417e3d935621f2f8b8d5e02e93af3f4cc..ae44fd5b3ce7154fc5a82cd7513d839b5cd1e84b 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,12 @@ Thus, a future update might disable the selection of P1 or add a toggle button.*
 These two plots works in the same way. Clicking on them will set the IPI to the clicked location. 
 The automatic IPI set is the maximum in a range of 0.15 ms.
 
+#### Assigning an individual label
+Next to the reset button is the case to give the currently selected group of plots (red green or blue) a click label.
+Clicking on it will swap its state from grey (inactive) to green (active).
+Upon activation, the click label will be reset to an empty string `''`.
+While the case remain active (green), any keyboard presses will be added to the current label. 
+
 #### Reset
 Clicking on `Reset current` will set all the annotable values of the current click to `nan`.
 ### Other functionalities
@@ -109,6 +115,11 @@ Frequency bins that are above the nyquist frequency are will be displayed entire
 The two bottom buttons are used to change the size of the FFT window used by the spectrogram.
 The number of bin indicated by each button will be the size of this window after click on the corresponding button.
 
+#### keyboard shortcut
+
+Pressing 0,1 or 2 on the keyboard will change the currently selected group of plots to the corresponding value.
+Note that these shortcuts are disabled while the individual label is active (in green). 
+
 ### Output
 
 Once done, the script will save the label in a HdF file (whose name depend on the options used). 
diff --git a/gui_example.png b/gui_example.png
index 3af987fbd4883d354fb8b9c957a0de48ffb5b285..9b02d422e8612354d98e1203e0d803627b7af69f 100644
Binary files a/gui_example.png and b/gui_example.png differ