Alt+a - hotkey?

Hello,
when I write to inputfield and press right alt+a (it is “ą” normal letter in my language), the inputfield is cleared. I changed keyboard language to another and alt+a selects all text in input field so acts like ctrl+a. Is it possible to turn off alt+a hotkeys?

it it not possible as a option. You’d have to modify the code to do this. Either extend Inputfeild and process ctrl +a to do nothing or download the source and remove it from your build

Ok, I have downloaded source code. Do you know where I should have start to search this option to disable it?

I have found this option and now it works. Thanks for help :slight_smile: