Skip to content

Commit 3608992

Browse files
committed
add a keymap file for the layout AdNW BuT-XCV
1 parent 65f612d commit 3608992

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"Digit1": "1!",
3+
"Digit2": "2@",
4+
"Digit3": "3#",
5+
"Digit4": "4$",
6+
"Digit5": "5%",
7+
"Digit6": "6^",
8+
"Digit7": "7&",
9+
"Digit8": "8*",
10+
"Digit9": "9(",
11+
"Digit0": "0)",
12+
"KeyQ": "fF",
13+
"KeyW": "mM",
14+
"KeyE": "lL",
15+
"KeyR": "cC",
16+
"KeyT": "pP",
17+
"KeyY": "üÜ",
18+
"KeyU": ",<",
19+
"KeyI": ".>",
20+
"KeyO": "uU",
21+
"KeyP": "bB",
22+
"Backslash": "ß",
23+
"KeyA": "sS",
24+
"KeyS": "nN",
25+
"KeyD": "rR",
26+
"KeyF": "tT",
27+
"KeyG": "dD",
28+
"KeyH": "oO",
29+
"KeyJ": "aA",
30+
"KeyK": "eE",
31+
"KeyL": "iI",
32+
"Semicolon": "hH",
33+
"KeyZ": "zZ",
34+
"KeyX": "vV",
35+
"KeyC": "wW",
36+
"KeyV": "gG",
37+
"KeyB": "jJ",
38+
"KeyN": "qQ",
39+
"KeyM": "äÄ",
40+
"Comma": "öÖ",
41+
"Period": "yY",
42+
"Slash": "kK",
43+
"Space": " ",
44+
"Tab": "xX"
45+
}

packages/keybr-generators/lib/generate-layouts.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ for (const [id, layout] of [
1515
["ar_sa_102", importCldr("cldr-keyboards-43.0/keyboards/windows/ar-t-k0-windows-102key.xml")],
1616
["be_by", importCldr("cldr-keyboards-43.0/keyboards/windows/be-t-k0-windows.xml")],
1717
["cs_cz", importCldr("cldr-keyboards-43.0/keyboards/windows/cs-t-k0-windows.xml")],
18+
["de_adnw_but_xcv", importKeymap("layouts/de_adnw_but_xcv.json")],
1819
["de_bone", importKeymap("layouts/de_bone.json")],
1920
["de_ch", importCldr("cldr-keyboards-43.0/keyboards/windows/de-CH-t-k0-windows.xml")],
2021
["de_cmos", importKeymap("layouts/de_cmos.json")],

packages/keybr-keyboard-io/lib/keys.ts

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const characterKeys: readonly KeyId[] = [
6363
"IntlRo",
6464
// ---
6565
"Space",
66+
"Tab",
6667
// --- Those are virtual keys mapped to physical keys by keyboard firmware.
6768
"ThumbClusterLeft1",
6869
"ThumbClusterLeft2",

0 commit comments

Comments
 (0)