Closed
Description
Describe the bug
when defining key binds with 3 keys, for instance ctrl_shift_h
, the function for that key bind won't run, even more I think the key bind isn't recognized.
To Reproduce
For instance:
-- duplicate the current line
["ctrl_shift_d"] = function()
local current_line = editor:get_line()
editor:insert_line_at(current_line, editor.cursor.y + 1)
editor:move_down()
end,
when pressing ctrl_shift_d
the ctrl_d
activates.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS] ubuntu 24.04, ox 0.4.2
Metadata
Metadata
Assignees
Labels
No labels