You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
localcurrent_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
The text was updated successfully, but these errors were encountered:
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:
when pressing
ctrl_shift_d
thectrl_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):
The text was updated successfully, but these errors were encountered: