Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHROMA_CUSTOM_KEY not working as expected #3

Open
WolfspiritM opened this issue Jun 5, 2017 · 0 comments
Open

CHROMA_CUSTOM_KEY not working as expected #3

WolfspiritM opened this issue Jun 5, 2017 · 0 comments
Milestone

Comments

@WolfspiritM
Copy link

  1. Using SetKey or SetPosition is not successfully setting a device Effect if SetDevice is not called manually.
    This should be called from within SetPosition/SetKey automaticly.

  2. Using Keyboard.SetKey sets the position of the key but not the key grid.
    This will not work for different keyboard layouts.
    We should fill the key grid instead of the "position" grid when SetKey is used which will overlay the actual grid and light the correct key:
    Keyboard.SetKey(Key.Z, Color.Red)
    Current behavior: German Keyboard: Y
    Expected behavior: German Keyboard: Z
    See: https://assets.razerzone.com/dev_portal/REST/html/md__r_e_s_t_external_03_8keyboard.html

@njbmartin njbmartin added this to the v1.0.0 milestone Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants