Comment each special key combo
parent
565573b609
commit
ba250c7197
|
@ -53,7 +53,9 @@ for name in win_names:
|
|||
# TODO: only run the reconnect (2nd) kc on a detected
|
||||
# disconnect?
|
||||
for key_combo, timeout in [
|
||||
# only required if we need a connection reset.
|
||||
('ctrl+alt+r', 12),
|
||||
# data feed reset.
|
||||
('ctrl+alt+f', 6)
|
||||
]:
|
||||
subprocess.call([
|
||||
|
|
Loading…
Reference in New Issue