Control Button Registers As Button 2 and Vise Versa

Subject says it all.

Extremely annoying. I’m using control to for crouch and 2 for my backpack system. They don’t… you know, work together so well. :frowning:

Please fix?

BTW, when fixing this, you have to be careful. It may break games if you replace ctrl for another number, while replacing 2 may break a bit fewer. You should just make an Enum or something and “deprecate” the normal use. (If there is something like this already, I would really like to know. :open_mouth: )

Ben already said that they’re going to be adding Enums for Ctrl/Shift/Alt for the new UserInputService events.

Oh yea… Thanks for telling me this.

They really need to let us detect ‘/’ though.

You can if you deactivate the chat. (startergui:setcoreguienabled) Still wrong how we have to disable to check. :expressionless: I needed this a while ago for 2 things. :c (Custom character and 2d tank. Giltches if you talk and move…)

Really? Because it’s a special key… Didn’t think that would work.