Skip to content

Can't bind arrow keys on AZERTY keyboard #755

@Kawottex

Description

@Kawottex

Here's a detailed description of the bug: https://forum.unity.com/threads/cant-bind-arrow-keys-on-azerty-keyboard.711260/

Repro case:

  1. Create an InputAction which will listen to any button performed (like in the piece of code written in the forum post).
  2. Print the key performed in the callback function (for example: obj.control.ToString())
  3. When the game is launched, press an arrow key: the printed key in the callback function is "/Keyboard/printScreen" (for any arrow key).
  4. Try to quickly alternate between two different arrow: one print is "/Keyboard/printScreen", the other one print the correct arrow key.

I'm on Windows 10 Pro, Unity version 2019.1.5f1, Input System v0.9.0, AZERTY french keyboard.

Thanks,
Kevin B.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssues where existsing functionality misbehaves

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions