From e11e7849692f9741dea550adf2924460b3f4d96c Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Tue, 5 Jul 2022 21:05:17 +0800 Subject: [PATCH] Revert "xterm: enable macbook options key as modifier for copy-and-paste (#914)" This reverts commit 2b4dbacc10f0db7fceb092ea42ea12cd9301f4aa. --- html/src/components/app.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/src/components/app.tsx b/html/src/components/app.tsx index 96c7ded..a899b7f 100644 --- a/html/src/components/app.tsx +++ b/html/src/components/app.tsx @@ -21,8 +21,6 @@ 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', -- 2.43.4