We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4d3f6 commit 13ddd96Copy full SHA for 13ddd96
jupyter_xprahtml5_proxy/__init__.py
@@ -120,7 +120,7 @@ def _get_random_alphanumeric_string(length):
120
'--tcp-encryption=AES',
121
'--tcp-encryption-keyfile=' + fpath_aeskey,
122
'--clipboard-direction=both',
123
- '--keyboard-sync=no', # prevent keys from repeating unexpectedly on high latency
+ '--no-keyboard-sync', # prevent keys from repeating unexpectedly on high latency
124
'--no-mdns', # do not advertise the xpra session on the local network
125
'--no-bell',
126
'--no-speaker',
0 commit comments