GUAC-1170: Separate function keys out from main sections.

This commit is contained in:
Michael Jumper
2015-04-28 21:01:57 -07:00
parent dd5e055f1c
commit 110c736ebf

View File

@@ -338,14 +338,15 @@
},
"layout" : {
"main" : [
"layout" : [
[ "Esc", 0.7, "F1", "F2", "F3", "F4",
0.7, "F5", "F6", "F7", "F8",
0.7, "F9", "F10", "F11", "F12" ],
{
"main" : [
[ "`", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "Back" ],
[ "Tab", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "[", "]", "\\" ],
[ "Caps", "a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "'", "Enter" ],
@@ -361,8 +362,9 @@
[ "Up" ],
[ "Left", "Down", "Right" ]
]
}
},
],
"keyWidths" : {