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