Skip to content

Commit

Permalink
Merge branch 'master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colmbuckley authored Jan 20, 2022
2 parents 1b82260 + 914f357 commit 3309652
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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

Expand All @@ -22,7 +21,6 @@ directory is its own Chrome extension.
### 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)
Expand All @@ -35,6 +33,13 @@ 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

After enabling multiple keyboard layouts an icon will appear in the system tray
Expand Down Expand Up @@ -65,4 +70,4 @@ or cycle through the available layouts in a few ways.
## Contributing

If you would like to create a new layout or modify an existing one, please see
the [Contributing](CONTRIBUTING.md) documentation.
the [Contributing](CONTRIBUTING.md) documentation.

0 comments on commit 3309652

Please sign in to comment.