fix: save only screenshot bind fixed
This commit is contained in:
@@ -14,7 +14,7 @@ hl.define_submap("screenshot", function()
|
||||
end)
|
||||
|
||||
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()
|
||||
end)
|
||||
|
||||
@@ -29,7 +29,7 @@ hl.define_submap("screenshot", function()
|
||||
end)
|
||||
|
||||
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()
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user