Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Norwegian mac keyboard #128

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions norwegian-mac/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Norwegian Mac Keyboard

## Configuration
Follow [these directions](https://support.google.com/chromebook/answer/1059492)
to enable the Norwegian language and add the 'Norwegian Mac Keyboard' input method.
The page also describes how to switch between input methods.
20 changes: 20 additions & 0 deletions norwegian-mac/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Norwegian (Mac) Keyboard Layout",
"short_name": "Norwegian (Mac)",
"version": "1.1",
"manifest_version": 2,
"description": "Norwegian Mac keyboard layout",
"permissions": [
"input"
],
"input_components": [
{
"name": "Norwegian Mac Keyboard",
"type": "ime",
"id": "norwegian_mac",
"description": "Norwegian Mac Keyboard",
"language": "no",
"layouts": ["no(mac)"]
}
]
}