Skip to content

Can't Copy using Ctrl+C on LineEdits #461

@AM-Mikey

Description

@AM-Mikey

Copied from NeroPatti:

Known issue: Can't copy text with Ctrl+C because ui_cancel is bound to C. The best fix to this would be to temporarily unbind ui_cancel whenever we are in a text field so we don't have to replicate behaviour in a strange cursed way.

Downside to the temporary unbinding is if it somehow becomes permanent, but this can be really easily addressed to not be a problem. A function firing every second checking if we are in a text field & re-enabling the bind if we are not is one such idea

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions