godot icon indicating copy to clipboard operation
godot copied to clipboard

It is possible to add the same event several times to the same input action

Open mieldepoche opened this issue 10 months ago • 1 comments

Tested versions

v4.3.dev.custom_build [11d376813]

System information

linux

Issue description

in Project > Project Settings > Input Map:

Screenshot from 2024-04-27 08-33-03

you can add the same key/button several times to the same action.

Steps to reproduce

  • add the same event twice to the same action

Minimal reproduction project (MRP)

any

mieldepoche avatar Apr 27 '24 06:04 mieldepoche

I'd like to work on this if that's ok - I'll have a look but I presume it should be just checking that the newly input key is not the same as the ones currently bound.

toadkarter avatar Apr 28 '24 06:04 toadkarter