From bdc5f25d42b337680089ac0876928b898b25be03 Mon Sep 17 00:00:00 2001 From: Akina Date: Sat, 23 May 2026 16:18:40 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=8C=85?= =?UTF-8?q?=E8=A3=85=E8=84=9A=E6=9C=AC=EF=BC=8C=E7=9B=B4=E6=8E=A5=E8=B0=83?= =?UTF-8?q?=E7=94=A8=20mark-shot=EF=BC=8C=E5=88=A9=E7=94=A8=E5=86=85?= =?UTF-8?q?=E5=BB=BA=E5=89=AA=E8=B4=B4=E6=9D=BF=E5=92=8C=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dms/binds.kdl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dms/binds.kdl b/dms/binds.kdl index e9f9590..b46e27c 100644 --- a/dms/binds.kdl +++ b/dms/binds.kdl @@ -1,6 +1,7 @@ binds { // 自定义截图键位(原生 Print 系列保留为备用) - Shift+Super+A { spawn "ms" "--clipboard"; } - Shift+Super+S { spawn "ms" "--save"; } - Super+A { screenshot-screen; } + // mark-shot 内部: Ctrl+C 复制到剪贴板, Ctrl+S/Enter 保存到文件 + Shift+Super+A { spawn "mark-shot"; } // 选区+标注 → Ctrl+C 剪贴板 + Shift+Super+S { spawn "mark-shot"; } // 选区+标注 → Ctrl+S 保存 + Super+A { screenshot-screen; } // 全屏直出不编辑 }