VTX_ClientServer
VTX_ClientServer copied to clipboard
keymapping only work on US-QWERTY
the keymapping tables in VTX client work only for US QWERTYkeyboards. On international keyboard layouts such as AZERTY only alpha keys are working, any numbers (except numpad) or special characters will output the US QWERTY value for thay key.
@codewar65 I think this is the thing we talked about briefly in IRC RE: using a map of some sort of language -> mapping file. Example:
mapping: {
lang_foo : 'lang_foo.js',
}
Would this be hard to implement?
Similar issue with a UK layout, @ and " are mixed up.