From 93162c0c4542a7d5d39816b5a04873ff9ad69a5c Mon Sep 17 00:00:00 2001 From: Mathias Date: Mon, 9 Nov 2015 14:08:46 +0100 Subject: [PATCH] GUAC-1339: Translate navigation keys --- .../src/main/webapp/layouts/fr-fr-azerty.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/guacamole/src/main/webapp/layouts/fr-fr-azerty.json b/guacamole/src/main/webapp/layouts/fr-fr-azerty.json index 0432b390a..532fc2f10 100644 --- a/guacamole/src/main/webapp/layouts/fr-fr-azerty.json +++ b/guacamole/src/main/webapp/layouts/fr-fr-azerty.json @@ -31,6 +31,43 @@ "Space" : " ", + "Back" : [{ + "title" : "⟵", + "keysym" : 65288 + }], + "Tab" : [{ + "title" : "↹", + "keysym" : 65289 + }], + "Enter" : [{ + "title" : "Entrée", + "keysym" : 65293 + }], + "Home" : [{ + "title" : "Origine", + "keysym" : 65360 + }], + "PgUp" : [{ + "title" : "Pg préc.", + "keysym" : 65365 + }], + "PgDn" : [{ + "title" : "Pg suiv.", + "keysym" : 65366 + }], + "End" : [{ + "title" : "Fin", + "keysym" : 65367 + }], + "Ins" : [{ + "title" : "Inser", + "keysym" : 65379 + }], + "Del" : [{ + "title" : "Suppr", + "keysym" : 65535 + }], + "Left" : [{ "title" : "←", "keysym" : 65361