You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.rst
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,9 @@ The footer shows shortcut keys that are recognized by the program:
51
51
52
52
* Q: Quit the program
53
53
* F: Filter the devices that are shown
54
-
* A: Choose which advertisement data to show
55
-
* S: Start or stop scan
54
+
* S: Change settings
55
+
* T: Start or stop scan
56
+
* C: Clear all advertisements
56
57
57
58
Filtering devices
58
59
-----------------
@@ -61,17 +62,22 @@ If you press the **F** key, an input widget appears where you can start typing a
61
62
62
63
When you click outside the filter widget or press **Tab** to bring the focus to the next visible widget, the filter widget disappears, but the filter is still applied to limit the shown advertisements. Just press **F** again to change the filter, for instance by removing the filter with **Backspace** or changing the Bluetooth address part to filter on.
63
64
64
-
Showing and hiding advertisement data
65
-
-------------------------------------
65
+
Changing settings
66
+
-----------------
66
67
67
-
If you press the **A** key, you can choose which advertising data types are shown in the table. By default all data types are shown, but you can enable or disable each of them individually by clicking on the checkbox or focusing it with **Tab** and then press **Enter** or **Space** to toggle it.
68
+
If you press the **S** key, you can choose which advertising data types are shown in the table. By default all data types are shown, but you can enable or disable each of them individually by clicking on the checkbox or focusing it with **Tab** and then press **Enter** or **Space** to toggle it. You can also change some other settings, such as autoscrolling.
68
69
69
70
Starting and stopping the scan
70
71
------------------------------
71
72
72
-
If you press the **S** key, you stop the scan if it's running and you start the scan if it's stopped.
73
+
If you press the **T** key, you stop the scan if it's running and you start the scan if it's stopped.
74
+
75
+
When the scan is running and autoscrolling is enabled in the settings, the program continuously scrolls the table with advertisements so you are always seeing the most recent results. When the scan isn't running or autoscrolling is disabled, you can scroll through the history of received advertisements with the scroll wheel, by dragging the scroll bar, or by pressing **PgUp**, **PgDown** or the arrow keys up and down when the table widget is focused.
76
+
77
+
Clearing all advertisements
78
+
---------------------------
73
79
74
-
When the scan is running, the program continuously scrolls the table with advertisements so you are always seeing the most recent results. When the scan isn't running, you can scroll through the history of received advertisements with the scroll wheel, by dragging the scroll bar, or by pressing **PgUp**, **PgDown** or the arrow keys up and down when the table widget is focused.
80
+
If you press the **C** key, the program clears all received advertisements. The table is filled again with newly received advertisements.
0 commit comments