Last active
December 24, 2019 08:41
-
-
Save nonarkitten/7b3e268e486637668871744408c290e0 to your computer and use it in GitHub Desktop.
Amiga ISO 60
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
[ | |
{ | |
"name": "Amiga ISO 60" | |
}, | |
[ | |
{ | |
"c": "#96938e" | |
}, | |
"Esc", | |
{ | |
"c": "#cccccc", | |
"fa": [ | |
4, | |
5, | |
0, | |
2 | |
] | |
}, | |
"!\n1\n\nF1", | |
"<b>\"\n2\n\nF2", | |
"£\n3\n\nF3", | |
"$\n4\n€\nF4", | |
"%\n5\n\nF5", | |
"^\n6\n\nF6", | |
"&\n7\n\nF7", | |
"<div class=\"asterisk\">﹡</div>\n8\n\nF8", | |
"<div class=\"paren\">(</div>\n9\n\nF9", | |
"<div class=\"paren\">)</div>\n0\n\nF10", | |
{ | |
"f": 4 | |
}, | |
"_\n-", | |
"+\n=", | |
{ | |
"c": "#96938e", | |
"f": 6, | |
"w": 2 | |
}, | |
"<i class='kb kb-Arrows-Left'></i>" | |
], | |
[ | |
{ | |
"w": 1.5 | |
}, | |
"<i class='kb kb-Line-Start'></i>\n<i class='kb kb-Line-End'></i>", | |
{ | |
"c": "#cccccc" | |
}, | |
"Q", | |
"W", | |
"E", | |
"R", | |
"T", | |
"Y", | |
"U", | |
"I", | |
"O", | |
"P", | |
{ | |
"f": 4, | |
"fa": [ | |
0, | |
0, | |
0, | |
5 | |
] | |
}, | |
"{\n<div class=\"bracket\">⊏</div>\n\n<i class='kb kb-Multimedia-Up'></i>", | |
"}\n<div class=\"bracket\">⊐</div>", | |
{ | |
"x": 0.25, | |
"c": "#96938e", | |
"a": 7, | |
"f": 3, | |
"fa": [ | |
9 | |
], | |
"w": 1.25, | |
"h": 2, | |
"w2": 1.5, | |
"h2": 1, | |
"x2": -0.25 | |
}, | |
"<i class='kb kb-Return-2'></i>" | |
], | |
[ | |
{ | |
"a": 4, | |
"f": 3, | |
"w": 1.75 | |
}, | |
"Ctrl", | |
{ | |
"c": "#cccccc", | |
"f": 6 | |
}, | |
"A", | |
"S", | |
"D", | |
"F", | |
"G", | |
"H", | |
"J", | |
"K", | |
"L", | |
{ | |
"f": 4, | |
"fa": [ | |
0, | |
0, | |
0, | |
5 | |
] | |
}, | |
"<b>:\n<b>;\n\n<i class='kb kb-Multimedia-Back'></i>", | |
"@\nʼ\n\n<i class='kb kb-Multimedia-Down'></i>", | |
"~\n#\n\n<i class='kb kb-Multimedia-Play'></i>" | |
], | |
[ | |
{ | |
"c": "#96938e", | |
"f": 6, | |
"w": 1.25 | |
}, | |
"⇧", | |
{ | |
"c": "#cccccc" | |
}, | |
"|\n\\", | |
"Z", | |
"X", | |
"C", | |
"V", | |
"B", | |
"N", | |
"M", | |
{ | |
"f": 4 | |
}, | |
"<\n,", | |
">\n.", | |
"?\n/", | |
{ | |
"c": "#96938e", | |
"f": 6, | |
"w": 2.75 | |
}, | |
"⇧" | |
], | |
[ | |
{ | |
"f": 3, | |
"w": 1.25 | |
}, | |
"Caps\n\n\n\n\n\nLock", | |
{ | |
"w": 1.25 | |
}, | |
"Alt", | |
{ | |
"f": 5, | |
"w": 1.25 | |
}, | |
"<i class='kb kb-logo-amiga'></i>", | |
{ | |
"c": "#cccccc", | |
"a": 7, | |
"f": 6, | |
"w": 6.25 | |
}, | |
"", | |
{ | |
"c": "#96938e", | |
"a": 4, | |
"f": 5, | |
"w": 1.25 | |
}, | |
"<i class='outline kb kb-logo-amiga'></i>", | |
{ | |
"f": 3, | |
"w": 1.25 | |
}, | |
"Fn", | |
{ | |
"w": 1.25 | |
}, | |
"Del", | |
{ | |
"w": 1.25 | |
}, | |
"Help" | |
] | |
] |
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
* { | |
padding: 1px; | |
} | |
.outline { | |
color: transparent; | |
-webkit-text-stroke: 1px black; | |
} | |
.bracket { | |
font-weight: bold; | |
margin-top: -20px; | |
margin-left: -3px; | |
transform: scaley(1.8) scalex(0.65); | |
} | |
.asterisk { | |
margin-left: -3px; | |
margin-top: -3px; | |
} | |
.paren { | |
margin-left: -3px; | |
margin-top: -3px; | |
transform: scalex(1.3); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment