CubicMC/cubic-server

Key binding for the command textbox in the interface

Closed this issue · 1 comments

For now, the binding of the 'Enter' key is to be fixed, as the binding works with other keys (such as 'Esc' key (current binding)). As sending commands with the 'Esc' key instead of the 'Enter' one is not user-friendly, a fix is needed.

From Fix logs update (commented for some reason) #71

I think what you are trying to do here is catch the activate signal.

@STMiki yes it is, but somehow it is not working. I can't figure out how to catch the activate signal, or even activated as found on other versions of the documentation