feat: updates to make it work
This commit is contained in:
@@ -18,17 +18,17 @@ hl.define_submap("screenshot", function()
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
hl.bind("Shift + y", function()
|
||||
hl.bind("SHIFT + y", function()
|
||||
hl.dispatch(hl.dsp.exec_cmd("dms screenshot full --no-file"))
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
hl.bind("Shift + c", function()
|
||||
hl.bind("SHIFT + c", function()
|
||||
hl.dispatch(hl.dsp.exec_cmd("dms screenshot full"))
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
hl.bind("Shift + s", function()
|
||||
hl.bind("SHIFT + s", function()
|
||||
hl.dispatch(hl.dsp.exec_cmd("dms screenshot full --no-copy"))
|
||||
exit_submap()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user