I'm trying to control the UI with keyboard WASD.
Arrowkey is assigned by default in NaniNovel, is there a way to change this to WASD?
I have another question.
I'm trying to use the Focus Object feature to select a button.
What I want is, when the UI is called, button A is selected among A, B, C buttons, and in this state, pressing the keyboard moves the selection from B to C.
However, when I choose Navigation in Focus Mode, even if button A is already selected, it gets selected again and doesn't produce the desired result.
If I choose Visibility, the keyboard is not responsive.
I temporarily solved this problem by giving focus to button B as a workaround, but this method seems to have many issues.
Is there a solution?