mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-1170: Separate function keys out from main sections.
This commit is contained in:
@@ -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" : {
|
||||
|
||||
|
Reference in New Issue
Block a user