Adding br(thinkpad) xkb to ChromeOS Flex
See original GitHub issueHi all,
I’m testing ChromeOS Flex on a Lenovo 300e and I followed the xkb example instructions because the br(thinkpad) layout seems to be included. I can install the extension and select it just file however the slash - question mark key still doesn’t work. Do I need to restart, or did something wrong?
The manifest file is below:
{ "name": "Teclado BR ABNT2 thinkpad", "version": "1.0", "manifest_version": 3, "description": "Teclado BR ABNT2 thinkpad", "permissions": [ "input" ], "input_components": [ { "name": "Portuguese (Brazil, IBM/Lenovo ThinkPad)", "type": "ime", "id": "br_thinkpad_xkb", "description": "Portuguese (Brazil, IBM/Lenovo ThinkPad)", // user visible description "language": "br", // The primary language this IME is used for "layouts": ["br(thinkpad)"] } ] }
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top GitHub Comments
I used it on Chrome OS Flex and brunch, it worked fine…
I have it on a repo if you want to try:
https://github.com/markinhosmrk/lenovo-300e-2ndgen-chromeos
Em ter., 5 de abr. de 2022 07:35, William @.***> escreveu:
I’m running into a slight bug on my extension but thank you for your extension link.