extra-keyboards-for-chrome-os
extra-keyboards-for-chrome-os copied to clipboard
Change the 'EN' for Lushootseed keyboard?
Is it possible to change the "EN" in the taskbar for Lushootseed keyboard so it's easier to tell when you're switching between it & the English keyboard?
Unfortunately, no, that is not something that we can control with the extension. That icon is configured by the system and depends on the language defined by the keyboard layout. It is not possible to substitute another language because it must be among the canonical list and be supported by Chrome OS.
I use composekey too & I think it allowed me to select a custom abbreviation so I figured maybe this could too, but I'm not sure how I did it now.
I know I was able to it as well, and didn’t run into any problems, but changed it back. I deferred to Brian since he’s the expert who recoded the Lushootseed Keyboard and didn’t want any errors creeping up in the future.
From: nathgit [email protected] Sent: Wednesday, August 5, 2020 12:25 PM To: google/extra-keyboards-for-chrome-os [email protected] Cc: Subscribed [email protected] Subject: Re: [google/extra-keyboards-for-chrome-os] Change the 'EN' for Lushootseed keyboard? (#78)
I use composekey & I think it allowed me to select a custom abbreviation, but I'm not sure how I did it now.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/google/extra-keyboards-for-chrome-os/issues/78#issuecomment-669432569, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADJJKHG7HBRDZIMBBQQIPKTR7GWY3ANCNFSM4PVDGD2A.
I would be interested in learning how you changed the icon. For clarity, we're talking about the "EN" here, right?

I can’t remember which line I changed the en to LUT. It was either line 23 or 24 of the Manifest. I don’t have a chromebook now to double check. I can check later today.
Dave
From: Brian Derr [email protected] Sent: Thursday, August 6, 2020 11:21 AM To: google/extra-keyboards-for-chrome-os [email protected] Cc: Dave Sienko [email protected]; Comment [email protected] Subject: Re: [google/extra-keyboards-for-chrome-os] Change the 'EN' for Lushootseed keyboard? (#78)
I would be interested in learning how you changed the icon. For clarity, we're talking about the "EN" here, right? [Screenshot 2020-08-06 at 11 18 47]https://user-images.githubusercontent.com/160237/89567611-cd909800-d7d6-11ea-9300-df0447e1ee70.png
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/google/extra-keyboards-for-chrome-os/issues/78#issuecomment-670096447, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADJJKHFNINMDHL6OQ2EHKUTR7LYAVANCNFSM4PVDGD2A.
I thought I was going to be able to grab a Chromebook this afternoon, but won’t be able to until Monday.
Dave
From: Brian Derr [email protected] Sent: Thursday, August 6, 2020 11:21 AM To: google/extra-keyboards-for-chrome-os [email protected] Cc: Dave Sienko [email protected]; Comment [email protected] Subject: Re: [google/extra-keyboards-for-chrome-os] Change the 'EN' for Lushootseed keyboard? (#78)
I would be interested in learning how you changed the icon. For clarity, we're talking about the "EN" here, right? [Screenshot 2020-08-06 at 11 18 47]https://user-images.githubusercontent.com/160237/89567611-cd909800-d7d6-11ea-9300-df0447e1ee70.png
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/google/extra-keyboards-for-chrome-os/issues/78#issuecomment-670096447, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADJJKHFNINMDHL6OQ2EHKUTR7LYAVANCNFSM4PVDGD2A.
So this resulted in LU being displayed for Lushootseed and US for English. I was able to type several sentence between the two languages and searches in both languages. I was also able to pull up a file that was saved with a Lushootseed name.
Manifest json
22 "description": "Lushootseed (dxʷləšucid) keyboard", 23 "language": "lut-US", 24 "layouts": ["us"] }
From: Dave Sienko Sent: Thursday, August 6, 2020 4:36 PM To: 'google/extra-keyboards-for-chrome-os' [email protected] Subject: RE: [google/extra-keyboards-for-chrome-os] Change the 'EN' for Lushootseed keyboard? (#78)
I thought I was going to be able to grab a Chromebook this afternoon, but won’t be able to until Monday.
Dave
From: Brian Derr <[email protected]mailto:[email protected]> Sent: Thursday, August 6, 2020 11:21 AM To: google/extra-keyboards-for-chrome-os <[email protected]mailto:[email protected]> Cc: Dave Sienko <[email protected]mailto:[email protected]>; Comment <[email protected]mailto:[email protected]> Subject: Re: [google/extra-keyboards-for-chrome-os] Change the 'EN' for Lushootseed keyboard? (#78)
I would be interested in learning how you changed the icon. For clarity, we're talking about the "EN" here, right? [Screenshot 2020-08-06 at 11 18 47]https://user-images.githubusercontent.com/160237/89567611-cd909800-d7d6-11ea-9300-df0447e1ee70.png
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/google/extra-keyboards-for-chrome-os/issues/78#issuecomment-670096447, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADJJKHFNINMDHL6OQ2EHKUTR7LYAVANCNFSM4PVDGD2A.
I can’t remember which line I changed the en to LUT. It was either line 23 or 24 of the Manifest.
line 23 is the "language": "en" section
line 24 is "layouts": ["en"]