From 26326d95515c642167b2ec39c0a153ded3af8589 Mon Sep 17 00:00:00 2001 From: M Hickford Date: Tue, 3 Aug 2021 17:03:40 +0200 Subject: [PATCH 1/2] Update README.md Link to known issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f1aee3..b9a8008 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,4 @@ Note that the version on the webstore may not be as up-to-date as on GitHub. 3. Ctrl + Space to toggle between the most recently used keyboard languages. ## Known Limitations -- These extensions are not allowed on the login/lock screen. +- These extensions are not allowed on the login/lock screen. (https://crbug.com/1192290) From 914f35795d27c71898436df4001fa7b44d0cfc35 Mon Sep 17 00:00:00 2001 From: M Hickford Date: Tue, 3 Aug 2021 17:15:20 +0200 Subject: [PATCH 2/2] Update README.md Simplify installation instructions --- README.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b9a8008..e8a262b 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,12 @@ # Extra Keyboards for Chrome OS -A collection of extra keyboard layouts and input methods for Chrome OS. Each -directory is its own Chrome extension. +A collection of extra keyboard layouts and input methods for Chrome OS. ## Installation -### GitHub - -1. Go to chrome://extensions. -2. Click on "Load unpacked extensions...". -3. Pick the directory containing the manifest for the extension you want to -enable. -4. Logout and then login again. (This may not be necessary.) -5. Go to chrome://settings/languages. -6. Add the relevant language, e.g. French for the bepo keyboard layout. -7. Select the relevant keyboard layout and input method. -8. Optionally, remove any keyboard layouts or input methods that are no longer -required. ### Chrome Web Store Several of the extensions are available on the [Chrome Web Store](http://chrome.google.com/webstore/). -Note that the version on the webstore may not be as up-to-date as on GitHub. - [ComposeKey](https://chrome.google.com/webstore/detail/composekey/iijdllfdmhbmlmnbcohgbfagfibpbgba) - [UK Extended](https://chrome.google.com/webstore/detail/uk-extended/pkbdliadhfopgfdhbldifaakplenbpnd) @@ -33,11 +19,19 @@ Note that the version on the webstore may not be as up-to-date as on GitHub. - [Lushootseed](https://chrome.google.com/webstore/detail/lushootseed/bdcecklhaeiniooomgajkefmnghopnpk) - [UK Colemak](https://chrome.google.com/webstore/detail/nionfllpgckhdmcecikpfkonedlmlnop) (published by third party) +## For development + +1. Go to chrome://extensions. +2. Click on "Load unpacked extensions...". +3. Pick the directory containing the manifest for the extension you want to +enable. + ## How to Use +1. In Chrome OS settings, [Add input method](https://support.google.com/chromebook/answer/1059492) under 'Advanced / Languages and inputs'. 1. Press Ctrl + Shift + Space to cycle through the enabled keyboard languages. 2. Type away… 3. Ctrl + Space to toggle between the most recently used keyboard languages. ## Known Limitations -- These extensions are not allowed on the login/lock screen. (https://crbug.com/1192290) +- Custom keyboard layouts installed by extension are not available on the login or lock screen. (https://crbug.com/1192290)