Files
nirion/dms/binds.kdl
T

8 lines
387 B
KDL
Raw Normal View History

binds {
// 自定义截图键位(原生 Print 系列保留为备用)
// 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; } // 全屏直出不编辑
}