Skip to content

3 keys event_mapping won't work #132

Closed
@kurokirasama

Description

@kurokirasama

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions