fix: save only screenshot bind fixed
This commit is contained in:
@@ -14,7 +14,7 @@ hl.define_submap("screenshot", function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
hl.bind("s", function()
|
hl.bind("s", function()
|
||||||
hl.dispatch(hl.dsp.exec_cmd("dms screenshot --no-copy"))
|
hl.dispatch(hl.dsp.exec_cmd("dms screenshot --no-clipboard"))
|
||||||
exit_submap()
|
exit_submap()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ hl.define_submap("screenshot", function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
hl.bind("SHIFT + s", function()
|
hl.bind("SHIFT + s", function()
|
||||||
hl.dispatch(hl.dsp.exec_cmd("dms screenshot full --no-copy"))
|
hl.dispatch(hl.dsp.exec_cmd("dms screenshot full --no-clipboard"))
|
||||||
exit_submap()
|
exit_submap()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user