Skip to content

Commit 9220917

Browse files
author
Jens Henrik Göbbert
committed
prevent keys from repeating unexpectedly on high latency
1 parent dd179af commit 9220917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_xprahtml5_proxy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def _get_random_alphanumeric_string(length):
120120
'--tcp-encryption=AES',
121121
'--tcp-encryption-keyfile=' + fpath_aeskey,
122122
'--clipboard-direction=both',
123+
'--keyboard-sync=no', # prevent keys from repeating unexpectedly on high latency
123124
'--no-mdns', # do not advertise the xpra session on the local network
124125
'--no-bell',
125126
'--no-speaker',

0 commit comments

Comments
 (0)