Search Unity

Chrome - Specific key inputs not registering correctly

Discussion in 'Web' started by ArucheS, Apr 6, 2015.

  1. ArucheS

    ArucheS

    Joined:
    Jun 11, 2014
    Posts:
    2
    Specific keys are not triggering.

    Platform
    Windows 8.1 x64
    Chrome: 41.0.2272.118 m

    Observations
    • It seems that the Right Alt / Right Shift key releases are never registered by the Input system and calling Input.GetKey on those keys AFTER hitting (and releasing) them once will always return true.
    • Other keys like ; - = are totally not registered.
    • Keys work perfectly on Firefox.
    • The same problems occur on a fresh install of Chrome on another Windows system.
    Attachments
    WebGLTest.zip - the test project. It displays keys that are pressed or released.
    keystuck.png - "Right Alt / Right Shift" keys getting 'stuck' on Chrome even though they were released.
     

    Attached Files:

    Last edited: Apr 7, 2015
  2. jonas-echterhoff

    jonas-echterhoff

    Unity Technologies

    Joined:
    Aug 18, 2005
    Posts:
    1,666
    Please file your repro case as a bug, and we will have a look - this forum is not a bug tracker.
     
  3. ArucheS

    ArucheS

    Joined:
    Jun 11, 2014
    Posts:
    2
    Filed, thanks.