Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[1] Support for non-US keyboards in Console Proxy


Note : Bold Italic designates added/modified values

 

After the framework changes as mentioned in [1], It is easier to add support for non-US keyboard for console proxy. To do so one has to just add the mappings for their locale keyboard in one designated file.

...

KEYBOARD_TYPE_UK = "uk";

KEYBOARD_TYPE_FR = "fr"; 

KEYBOARD_TYPE_SC = "sc";


The Keyboard mapping takes in parameters like : 
 

...