Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2.01k stars 414 forks source link

[Feature Request] Input Control Toggle #103

Closed No3371 closed 7 years ago

No3371 commented 7 years ago

For long input situations like dialog creation, Moving nodes with arrow keys could be annoying when users try to move input cursor back and forth to edit the content typed in, especially for non-English language such as Chinese, as the input methods are different from English input method (a press for a alphabet).

I suggest add a toggle on sidebar to enable/disable the input control system.

Seneral commented 7 years ago

Thanks for the report! But it's possible to approach it better. I'll create a fix so the keyboard movements in the input systems are not regarded when there's an input field activated. Would that be sufficient?