Skip to content

Instantly share code, notes, and snippets.

@gschizas
Last active November 2, 2020 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gschizas/636b4a49269b282a590123b6c279e2ff to your computer and use it in GitHub Desktop.
Save gschizas/636b4a49269b282a590123b6c279e2ff to your computer and use it in GitHub Desktop.
Amstrad CPC 464+/6128+
[
{
"name": "Amstrad CPC 464+/6128+",
"background": {
"name": "ABS WA",
"style": "background-image: url('/bg/plastic/abs-wa.jpg');"
}
},
[
{
"c": "#787878",
"p": "R1",
"a": 7
},
"ESC",
{
"c": "#a3a3a3",
"a": 5,
"f": 5
},
"!\n1",
"\"\n2",
"#\n3",
"$\n4",
"%\n5",
"&\n6",
"'\n7",
"(\n8",
")\n9",
"_\nØ",
"=\n-",
"£\n&#x2002;<i class='kb kb-Arrows-Up'></i>",
{
"c": "#787878",
"a": 7,
"f": 3
},
"CLR",
"DEL",
{
"c": "#a3a3a3",
"f": 7
},
"<i>f</i>&#x2009;7",
"<i>f</i>&#x2009;8",
"<i>f</i>&#x2009;9"
],
[
{
"c": "#787878",
"p": "R2",
"f": 3,
"w": 1.5
},
"TAB",
{
"c": "#a3a3a3",
"f": 7
},
"Q",
"W",
"E",
"R",
"T",
"Y",
"U",
"I",
"O",
"P",
{
"a": 5,
"f": 5
},
"¦\n@",
"{\n[",
{
"x": 0.25,
"c": "#787878",
"p": "R3",
"a": 7,
"f": 3,
"w": 1.25,
"h": 2,
"w2": 0.75,
"h2": 1,
"x2": -0.25
},
"&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;&#x2001;RETURN",
{
"c": "#a3a3a3",
"p": "R2",
"f": 7
},
"<i>f</i>&#x2009;4",
"<i>f</i>&#x2009;5",
"<i>f</i>&#x2009;6"
],
[
{
"c": "#787878",
"p": "R3",
"f": 3,
"w": 1.75
},
"&#x2001;CAPS&#x2001;LOCK",
{
"c": "#a3a3a3",
"f": 7
},
"A",
"S",
"D",
"F",
"G",
"H",
"J",
"K",
"L",
{
"a": 5,
"f": 5,
"fa": [
9,
9
]
},
"*\n:",
{
"fa": [
7,
9
]
},
"+\n;",
{
"f": 5
},
"}\n]",
{
"x": 1.25,
"a": 7,
"f": 7
},
"<i>f</i>&#x2009;1",
"<i>f</i>&#x2009;2",
"<i>f</i>&#x2009;3"
],
[
{
"c": "#787878",
"p": "R4",
"f": 3,
"w": 2.25
},
"SHIFT",
{
"c": "#a3a3a3",
"f": 7
},
"Z",
"X",
"C",
"V",
"B",
"N",
"M",
{
"a": 5,
"f": 5
},
"<\n,",
">\n.",
"?\n/",
"`\n\\",
{
"c": "#787878",
"a": 7,
"f": 3,
"w": 1.75
},
"SHIFT",
{
"c": "#a3a3a3",
"f": 7
},
"<i>f</i>&#x2009;Ø",
{
"c": "#787878",
"f": 9
},
"↑",
{
"c": "#a3a3a3",
"f": 7
},
"."
],
[
{
"c": "#787878",
"p": "R5",
"f": 3,
"w": 2.25
},
"CONTROL",
{
"w": 1.5
},
"COPY",
{
"c": "#a3a3a3",
"w": 8.25
},
"",
{
"c": "#787878",
"w": 3
},
"ENTER",
{
"f": 9
},
"←",
"↓",
"→"
]
]
@font-face {font-family: "PredicateW01-Regular";
src: url("http://db.onlinewebfonts.com/t/4a1d4900d7166e5e57ca6f663474ea1c.eot"); /* IE9*/
src: url("http://db.onlinewebfonts.com/t/4a1d4900d7166e5e57ca6f663474ea1c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("http://db.onlinewebfonts.com/t/4a1d4900d7166e5e57ca6f663474ea1c.woff2") format("woff2"), /* chrome firefox */
url("http://db.onlinewebfonts.com/t/4a1d4900d7166e5e57ca6f663474ea1c.woff") format("woff"), /* chrome firefox */
url("http://db.onlinewebfonts.com/t/4a1d4900d7166e5e57ca6f663474ea1c.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
url("http://db.onlinewebfonts.com/t/4a1d4900d7166e5e57ca6f663474ea1c.svg#PredicateW01-Regular") format("svg"); /* iOS 4.1- */
}
.keylabel {
font-family: 'PredicateW01-Regular';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment