Hotkeys unable to bind "enter"

Hello,

I am developing a plugin that has text entry similar to chat and I wanted the user to be able to configure the hotkeys used to SEND and NEWLINE separately. Originally I had these settings in my own plugin settings, but it was pointed out that it made more sense as a platform for them to be in the global Hotkeys. This way users could see conflicts.

However it appears to not be possible to bind “enter” to a hotkey. Of course I can see why this might be, as a global hotkey for “Enter” would probably be bad, but in my case this hotkey has a defined scope.

Obviously I can go back to configuring this locally in my own plugin, but the point about hotkeys living with other hotkeys is a valid one, so I wanted to inquire about this behaviour.

Thanks you!