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
, and2
to 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+F4
closes a windowIn
LineEdit
andTextEdit
widgets:Ctrl+Backspace
deletes the word to the left of the cursor.Ctrl+Delete
deletes the word to the right of the cursor.Ctrl+Left
moves the cursor to the beginning of the word to the left of the cursor.Ctrl+Right
moves the cursor to the end of the word to the right of the cursor.Ctrl+Shift+Left
selects the word to the left of the cursor.Ctrl+Shift+Right
selects the word to the right of the cursor.Ctrl+Shift+Home
selects all text from the cursor to the beginning of the line.Ctrl+Shift+End
selects all text from the cursor to the end of the line.Ctrl+Shift+Backspace
deletes all text from the cursor to the beginning of the line.Ctrl+Shift+Delete
deletes all text from the cursor to the end of the line.