]> prime8.dev >> repos - ttyd.git/commitdiff
xterm: enable macbook options key as modifier for copy-and-paste (#914)
authorRuben Jenster <rjenster@googlemail.com>
Fri, 8 Apr 2022 14:37:02 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Apr 2022 14:37:02 +0000 (22:37 +0800)
Enabling `set -g mouse on` in tmux.conf breaks copy-on-select.
On other keyboard layouts the shift key can be used as modifier for copy-on-select.
This commit enables the xterm options required for using the options key
as modifier for copy-on-select.

html/src/components/app.tsx

index a899b7fa70720a7142c7b40422396f633472f19a..96c7ded60578d6de479a5b37cc87343c2b8f0be1 100644 (file)
@@ -21,6 +21,8 @@ const clientOptions = {
 const termOptions = {
     fontSize: 13,
     fontFamily: 'Menlo For Powerline,Consolas,Liberation Mono,Menlo,Courier,monospace',
+    macOptionClickForcesSelection: true,
+    macOptionIsMeta: true,
     theme: {
         foreground: '#d2d2d2',
         background: '#2b2b2b',