Search Issue Tracker

Fixed in 2018.3.X

Votes

0

Found in

2018.2.2f1

Issue ID

1069506

Regression

No

Hotkey combinations work inconsistently, multiple GetKey calls in the same statement don't work properly

Windows

-

if (Input.GetKey(KeyCode.LeftControl) && Input.GetKey(KeyCode.X)) only evaluates to true if X is pressed first.

It is opposite to the expected behaviour according to both of the platform guidelines linked in the top reply here: https://ux.stackexchange.com/questions/58185/normative-ordering-for-modifier-key-combinations.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.