You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: