aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2021-06-13 21:16:15 -0500
committerAndersBroman <a.broman58@gmail.com>2022-11-01 17:39:16 +0000
commit91c0669fb7d2dcf0910dd0e2784400044030e8dc (patch)
tree60a68d0710d87d2d09940440eb2d55aa3b3f03e1 /docbook
parent0bfa32ee6c1cbf406c7dd1a90d8bce253dbc6b19 (diff)
Qt: KeyboardInputInterval - allow more relaxed typing for keyboardSearch
Gtk popped up a search box when typing in the tree view. Most places in Qt, a Search: field was added to the dialog. Looks possible to buffer keystrokes and do a string search in Qt. Default value is 400ms (even on Windows). Average typing speed of 200 cpm = 300ms per character = too close to 400ms when searching the protocol name in Preferences -> Protocols.
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.adoc b/docbook/wsug_src/WSUG_chapter_customize.adoc
index e119f88a05..5b6ec7b24f 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.adoc
+++ b/docbook/wsug_src/WSUG_chapter_customize.adoc
@@ -631,7 +631,7 @@ side is a tree where you can select the page to be shown.
image::wsug_graphics/ws-gui-preferences.png[{screenshot-attrs}]
Wireshark supports quite a few protocols, which is reflected in the long list of entries in the “Protocols” pane.
-You can jump to the preferences for a specific protocol by expanding “Protocols” and quickly typing the first few letters of the protocol name.
+You can jump to the preferences for a specific protocol by expanding “Protocols” and typing the first few letters of the protocol name.
The “Advanced” pane will let you view and edit all of Wireshark’s preferences, similar to link:about:config[] and link:chrome:flags[] in the Firefox and Chrome web browsers.