From e1f9539df22f31068108972dc7d6de5b70acac7a Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 16 Jul 2015 15:15:21 -0700 Subject: [PATCH] GUAC-1254: Correct key abbreviations for German layout. --- .../src/main/webapp/layouts/de-de-qwertz.json | 40 +++++++++++++++---- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/guacamole/src/main/webapp/layouts/de-de-qwertz.json b/guacamole/src/main/webapp/layouts/de-de-qwertz.json index a90fb73ea..2b746aaeb 100644 --- a/guacamole/src/main/webapp/layouts/de-de-qwertz.json +++ b/guacamole/src/main/webapp/layouts/de-de-qwertz.json @@ -6,14 +6,7 @@ "keys" : { - "Back" : 65288, - "Tab" : 65289, "Esc" : 65307, - "Home" : 65360, - "PgUp" : 65365, - "PgDn" : 65366, - "End" : 65367, - "Ins" : 65379, "F1" : 65470, "F2" : 65471, "F3" : 65472, @@ -26,14 +19,45 @@ "F10" : 65479, "F11" : 65480, "F12" : 65481, - "Del" : 65535, "Space" : " ", + "Back" : [{ + "title" : "⟵", + "keysym" : 65288 + }], + "Tab" : [{ + "title" : "Tab ↹", + "keysym" : 65289 + }], "Enter" : [{ "title" : "↵", "keysym" : 65293 }], + "Home" : [{ + "title" : "Pos 1", + "keysym" : 65360 + }], + "PgUp" : [{ + "title" : "Bild ↑", + "keysym" : 65365 + }], + "PgDn" : [{ + "title" : "Bild ↓", + "keysym" : 65366 + }], + "End" : [{ + "title" : "Ende", + "keysym" : 65367 + }], + "Ins" : [{ + "title" : "Einfg", + "keysym" : 65379 + }], + "Del" : [{ + "title" : "Entf", + "keysym" : 65535 + }], "Left" : [{ "title" : "←",