feat: 添加自定义截图键位 (Shift+Super+A/S, Super+A)

This commit is contained in:
Akina
2026-05-23 16:14:44 +09:00
parent c2822019f5
commit 9948bcd2a1
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// 自定义截图键位(原生 Print 系列保留为备用)
Shift+Super+A { spawn "ms" "--clipboard"; }
Shift+Super+S { spawn "ms" "--save"; }
Super+A { screenshot-screen; }