From 6ba114cbe1b6441b4eceb8475d6a83a559956879 Mon Sep 17 00:00:00 2001 From: Mathias Date: Wed, 16 Dec 2015 17:23:11 +0100 Subject: [PATCH] GUAC-1339: Removed duplicate Key definitions Replace tabs with spaces --- .../src/main/webapp/layouts/fr-fr-azerty.json | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/guacamole/src/main/webapp/layouts/fr-fr-azerty.json b/guacamole/src/main/webapp/layouts/fr-fr-azerty.json index 532fc2f10..f24890780 100644 --- a/guacamole/src/main/webapp/layouts/fr-fr-azerty.json +++ b/guacamole/src/main/webapp/layouts/fr-fr-azerty.json @@ -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,