Hi all,
I am looking into keyboard use for BrightSign players to interact with HTML pages.
The project is quite easy : display an HTML page and being able to type text into text fields, using either a pop-up on-screen keyboard and/or a USB keyboard.
For the On-Screen Keyboard, I used the html/js tool found here : https://github.com/brightsign/html-virtual-keyboard
It works fine. I might modify it later to be able to load it to french by default, but that's not important.
The real issue I have is : I want to switch the USB keyboard from the US QWERTY layout to FR AZERTY layout. I found this page in the documentation : http://docs.brightsign.biz/display/DOC/roKeyboard
I don't know how to write/use JavaScript and I could use some help.
The On-Screen Keyboard is used by using a brs file as an autorun, written in JavaScript.
Here are my questions :
- Is it possible to add lines to the virtualKeyboard.brs file to switch the keyboard layout capture of the USB keyboard as well as loading the on-screen keyboard?
- Can I create/write another autorun file, along with the virtualKeyboard.brs, to change the capture/layout of the USB keyboard?
Many thanks, all, for your help.
Regards,
Renaud Mogenot.