-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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
Reactions are currently unavailable