mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1339: Removed duplicate Key definitions
Replace tabs with spaces
This commit is contained in:
@@ -6,15 +6,6 @@
|
||||
|
||||
"keys" : {
|
||||
|
||||
"Back" : 65288,
|
||||
"Tab" : 65289,
|
||||
"Enter" : 65293,
|
||||
"Esc" : 65307,
|
||||
"Home" : 65360,
|
||||
"PgUp" : 65365,
|
||||
"PgDn" : 65366,
|
||||
"End" : 65367,
|
||||
"Ins" : 65379,
|
||||
"F1" : 65470,
|
||||
"F2" : 65471,
|
||||
"F3" : 65472,
|
||||
@@ -27,10 +18,13 @@
|
||||
"F10" : 65479,
|
||||
"F11" : 65480,
|
||||
"F12" : 65481,
|
||||
"Del" : 65535,
|
||||
|
||||
"Space" : " ",
|
||||
|
||||
"Esc" : [{
|
||||
"title" : "Echap",
|
||||
"keysym" : 65307
|
||||
}],
|
||||
"Back" : [{
|
||||
"title" : "⟵",
|
||||
"keysym" : 65288
|
||||
@@ -212,7 +206,7 @@
|
||||
"<" : [
|
||||
{ "title" : "<", "requires" : [ ] },
|
||||
{ "title" : ">", "requires" : [ "shift" ] }
|
||||
],
|
||||
],
|
||||
"," : [
|
||||
{ "title" : ",", "requires" : [ ] },
|
||||
{ "title" : "?", "requires" : [ "shift" ] }
|
||||
@@ -246,7 +240,7 @@
|
||||
{ "title" : "e", "requires" : [ ] },
|
||||
{ "title" : "E", "requires" : [ "caps" ] },
|
||||
{ "title" : "E", "requires" : [ "shift" ] },
|
||||
{ "title" : "e", "requires" : [ "caps", "shift" ] },
|
||||
{ "title" : "e", "requires" : [ "caps", "shift" ] },
|
||||
{ "title" : "€", "requires" : [ "alt-gr" ] }
|
||||
],
|
||||
"r" : [
|
||||
@@ -392,7 +386,7 @@
|
||||
|
||||
"layout" : [
|
||||
|
||||
[ "Esc", 0.7, "F1", "F2", "F3", "F4",
|
||||
[ "Esc", 0.5, "F1", "F2", "F3", "F4",
|
||||
0.7, "F5", "F6", "F7", "F8",
|
||||
0.7, "F9", "F10", "F11", "F12" ],
|
||||
|
||||
@@ -424,6 +418,7 @@
|
||||
|
||||
"keyWidths" : {
|
||||
|
||||
"Esc" : 1.2,
|
||||
"Back" : 2,
|
||||
"Tab" : 1.3,
|
||||
"Caps" : 1.3,
|
||||
|
Reference in New Issue
Block a user