Disable arrow key navigation for ItemList

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By hagabooga

How do you disable arrow key navigation for ItemList nodes. I just want the node to be able to get click input and not arrow key input. Thanks

Maybe you can assign null to the keyboard inputs for the ItemList?

Ertain | 2019-04-14 23:02

Please consider keyboard accessibility as well, especially if your game doesn’t require a mouse to be played :slight_smile:

Calinou | 2019-04-21 15:31

:bust_in_silhouette: Reply From: MmTtDeveloper

Try changing/disabling the ui_up and ui_down actions in the input map settings.