Keyboard shortcuts
Escape closes a window
In the main window, use the first character in the button name
- In the window for choosing the test parameters,
use
R,L,1, and2to select the different radio buttons
For the other windows, hold down ALT and the press the first character in the button name. For example ALT+O to press the “Ok” button.
Standard keyboard shortcuts on Linux
Alt+F4closes a windowIn
LineEditandTextEditwidgets:Ctrl+Backspacedeletes the word to the left of the cursor.Ctrl+Deletedeletes the word to the right of the cursor.Ctrl+Leftmoves the cursor to the beginning of the word to the left of the cursor.Ctrl+Rightmoves the cursor to the end of the word to the right of the cursor.Ctrl+Shift+Leftselects the word to the left of the cursor.Ctrl+Shift+Rightselects the word to the right of the cursor.Ctrl+Shift+Homeselects all text from the cursor to the beginning of the line.Ctrl+Shift+Endselects all text from the cursor to the end of the line.Ctrl+Shift+Backspacedeletes all text from the cursor to the beginning of the line.Ctrl+Shift+Deletedeletes all text from the cursor to the end of the line.