-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inclues US/QWERTY layout (used in the Netherlands) ad AZERTY layout (used in Belgium).
- Loading branch information
Showing
15 changed files
with
3,174 additions
and
0 deletions.
There are no files selected for viewing
3,002 changes: 3,002 additions & 0 deletions
3,002
packages/keybr-content-words/lib/data/words-nl.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
// Generated file, do not edit. | ||
|
||
import { type CodePointDict } from "../../types.ts"; | ||
|
||
// prettier-ignore | ||
export const LAYOUT_NL_BE_WIN: CodePointDict = { | ||
Backquote: [/* ² */ 0x00b2], | ||
Digit1: [/* & */ 0x0026, /* 1 */ 0x0031], | ||
Digit2: [/* é */ 0x00e9, /* 2 */ 0x0032, /* DEAD TILDE */ 0x0303], | ||
Digit3: [/* " */ 0x0022, /* 3 */ 0x0033, /* # */ 0x0023], | ||
Digit4: [/* ' */ 0x0027, /* 4 */ 0x0034, /* { */ 0x007b], | ||
Digit5: [/* ( */ 0x0028, /* 5 */ 0x0035, /* [ */ 0x005b], | ||
Digit6: [/* - */ 0x002d, /* 6 */ 0x0036, /* | */ 0x007c], | ||
Digit7: [/* è */ 0x00e8, /* 7 */ 0x0037, /* DEAD GRAVE ACCENT */ 0x0300], | ||
Digit8: [/* _ */ 0x005f, /* 8 */ 0x0038, /* \ */ 0x005c], | ||
Digit9: [/* ç */ 0x00e7, /* 9 */ 0x0039, /* ^ */ 0x005e], | ||
Digit0: [/* à */ 0x00e0, /* 0 */ 0x0030, /* @ */ 0x0040], | ||
Minus: [/* ) */ 0x0029, /* ° */ 0x00b0, /* ] */ 0x005d], | ||
Equal: [/* = */ 0x003d, /* + */ 0x002b, /* } */ 0x007d], | ||
KeyQ: [/* a */ 0x0061, /* A */ 0x0041], | ||
KeyW: [/* z */ 0x007a, /* Z */ 0x005a], | ||
KeyE: [/* e */ 0x0065, /* E */ 0x0045, /* € */ 0x20ac], | ||
KeyR: [/* r */ 0x0072, /* R */ 0x0052], | ||
KeyT: [/* t */ 0x0074, /* T */ 0x0054], | ||
KeyY: [/* y */ 0x0079, /* Y */ 0x0059], | ||
KeyU: [/* u */ 0x0075, /* U */ 0x0055], | ||
KeyI: [/* i */ 0x0069, /* I */ 0x0049], | ||
KeyO: [/* o */ 0x006f, /* O */ 0x004f], | ||
KeyP: [/* p */ 0x0070, /* P */ 0x0050], | ||
BracketLeft: [/* DEAD CIRCUMFLEX ACCENT */ 0x0302, /* DEAD DIAERESIS */ 0x0308], | ||
BracketRight: [/* $ */ 0x0024, /* £ */ 0x00a3, /* ¤ */ 0x00a4], | ||
Backslash: [/* * */ 0x002a, /* µ */ 0x00b5], | ||
KeyA: [/* q */ 0x0071, /* Q */ 0x0051], | ||
KeyS: [/* s */ 0x0073, /* S */ 0x0053], | ||
KeyD: [/* d */ 0x0064, /* D */ 0x0044], | ||
KeyF: [/* f */ 0x0066, /* F */ 0x0046], | ||
KeyG: [/* g */ 0x0067, /* G */ 0x0047], | ||
KeyH: [/* h */ 0x0068, /* H */ 0x0048], | ||
KeyJ: [/* j */ 0x006a, /* J */ 0x004a], | ||
KeyK: [/* k */ 0x006b, /* K */ 0x004b], | ||
KeyL: [/* l */ 0x006c, /* L */ 0x004c], | ||
Semicolon: [/* m */ 0x006d, /* M */ 0x004d], | ||
Quote: [/* ù */ 0x00f9, /* % */ 0x0025], | ||
IntlBackslash: [/* < */ 0x003c, /* > */ 0x003e], | ||
KeyZ: [/* w */ 0x0077, /* W */ 0x0057], | ||
KeyX: [/* x */ 0x0078, /* X */ 0x0058], | ||
KeyC: [/* c */ 0x0063, /* C */ 0x0043], | ||
KeyV: [/* v */ 0x0076, /* V */ 0x0056], | ||
KeyB: [/* b */ 0x0062, /* B */ 0x0042], | ||
KeyN: [/* n */ 0x006e, /* N */ 0x004e], | ||
KeyM: [/* , */ 0x002c, /* ? */ 0x003f], | ||
Comma: [/* ; */ 0x003b, /* . */ 0x002e], | ||
Period: [/* : */ 0x003a, /* / */ 0x002f], | ||
Slash: [/* ! */ 0x0021, /* § */ 0x00a7], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
// Generated file, do not edit. | ||
|
||
import { type CodePointDict } from "../../types.ts"; | ||
|
||
// prettier-ignore | ||
export const LAYOUT_NL_NL_WIN: CodePointDict = { | ||
Backquote: [/* ` */ 0x0060, /* ~ */ 0x007e], | ||
Digit1: [/* 1 */ 0x0031, /* ! */ 0x0021], | ||
Digit2: [/* 2 */ 0x0032, /* @ */ 0x0040], | ||
Digit3: [/* 3 */ 0x0033, /* # */ 0x0023], | ||
Digit4: [/* 4 */ 0x0034, /* $ */ 0x0024], | ||
Digit5: [/* 5 */ 0x0035, /* % */ 0x0025], | ||
Digit6: [/* 6 */ 0x0036, /* ^ */ 0x005e], | ||
Digit7: [/* 7 */ 0x0037, /* & */ 0x0026], | ||
Digit8: [/* 8 */ 0x0038, /* * */ 0x002a], | ||
Digit9: [/* 9 */ 0x0039, /* ( */ 0x0028], | ||
Digit0: [/* 0 */ 0x0030, /* ) */ 0x0029], | ||
Minus: [/* - */ 0x002d, /* _ */ 0x005f], | ||
Equal: [/* = */ 0x003d, /* + */ 0x002b], | ||
KeyQ: [/* q */ 0x0071, /* Q */ 0x0051], | ||
KeyW: [/* w */ 0x0077, /* W */ 0x0057], | ||
KeyE: [/* e */ 0x0065, /* E */ 0x0045], | ||
KeyR: [/* r */ 0x0072, /* R */ 0x0052], | ||
KeyT: [/* t */ 0x0074, /* T */ 0x0054], | ||
KeyY: [/* y */ 0x0079, /* Y */ 0x0059], | ||
KeyU: [/* u */ 0x0075, /* U */ 0x0055], | ||
KeyI: [/* i */ 0x0069, /* I */ 0x0049], | ||
KeyO: [/* o */ 0x006f, /* O */ 0x004f], | ||
KeyP: [/* p */ 0x0070, /* P */ 0x0050], | ||
BracketLeft: [/* [ */ 0x005b, /* { */ 0x007b], | ||
BracketRight: [/* ] */ 0x005d, /* } */ 0x007d], | ||
Backslash: [/* \ */ 0x005c, /* | */ 0x007c], | ||
KeyA: [/* a */ 0x0061, /* A */ 0x0041], | ||
KeyS: [/* s */ 0x0073, /* S */ 0x0053], | ||
KeyD: [/* d */ 0x0064, /* D */ 0x0044], | ||
KeyF: [/* f */ 0x0066, /* F */ 0x0046], | ||
KeyG: [/* g */ 0x0067, /* G */ 0x0047], | ||
KeyH: [/* h */ 0x0068, /* H */ 0x0048], | ||
KeyJ: [/* j */ 0x006a, /* J */ 0x004a], | ||
KeyK: [/* k */ 0x006b, /* K */ 0x004b], | ||
KeyL: [/* l */ 0x006c, /* L */ 0x004c], | ||
Semicolon: [/* ; */ 0x003b, /* : */ 0x003a], | ||
Quote: [/* ' */ 0x0027, /* " */ 0x0022], | ||
IntlBackslash: [/* \ */ 0x005c, /* | */ 0x007c], | ||
KeyZ: [/* z */ 0x007a, /* Z */ 0x005a], | ||
KeyX: [/* x */ 0x0078, /* X */ 0x0058], | ||
KeyC: [/* c */ 0x0063, /* C */ 0x0043], | ||
KeyV: [/* v */ 0x0076, /* V */ 0x0056], | ||
KeyB: [/* b */ 0x0062, /* B */ 0x0042], | ||
KeyN: [/* n */ 0x006e, /* N */ 0x004e], | ||
KeyM: [/* m */ 0x006d, /* M */ 0x004d], | ||
Comma: [/* , */ 0x002c, /* < */ 0x003c], | ||
Period: [/* . */ 0x002e, /* > */ 0x003e], | ||
Slash: [/* / */ 0x002f, /* ? */ 0x003f], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters