From 6d7e11c2386e9d9b579fe0c8bbac582493cf97de Mon Sep 17 00:00:00 2001 From: sugood <15820258199@163.com> Date: Wed, 28 Sep 2022 12:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96json=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/jsonFormat.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/jsonFormat.lua b/modules/jsonFormat.lua index d8ff742..5524a8b 100644 --- a/modules/jsonFormat.lua +++ b/modules/jsonFormat.lua @@ -63,8 +63,8 @@ function show(time) --print("窗口焦点"..hs.window.focusedWindow()) sheetView:show(time) hs.focus() - bindAllSelectKey() - hs.timer.delayed.new(0.7, function() bindPasteKey() end):start() + hs.timer.delayed.new(0.2, function() bindAllSelectKey() end):start() + hs.timer.delayed.new(0.4, function() bindPasteKey() end):start() --bindPasteKey() end