From d59ae6ca220b454d55bad51108b0915f1ff69366 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 16 Jul 2015 14:26:00 -0700 Subject: [PATCH] GUAC-1254: Remove duplicate "^" key. --- guacamole/src/main/webapp/layouts/de-de-qwertz.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/guacamole/src/main/webapp/layouts/de-de-qwertz.json b/guacamole/src/main/webapp/layouts/de-de-qwertz.json index b0c3399e5..c08ebab68 100644 --- a/guacamole/src/main/webapp/layouts/de-de-qwertz.json +++ b/guacamole/src/main/webapp/layouts/de-de-qwertz.json @@ -157,11 +157,6 @@ { "title" : "´", "requires" : [ ] }, { "title" : "`", "requires" : [ "shift" ] } ], - "^" : [ - { "title" : "^", "requires" : [ ] }, - { "title" : "¨", "requires" : [ "shift" ] }, - { "title" : "", "requires" : [ "alt-gr" ] } - ], "+" : [ { "title" : "+", "requires" : [ ] }, { "title" : "*", "requires" : [ "shift" ] },