From d8e74fee6ac2207a68bd4a73dce7c431e6cb2c06 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 28 Apr 2015 20:53:25 -0700 Subject: [PATCH] GUAC-1170: Simplify cursor movement section. Add gap before arrow keys. --- .../src/main/webapp/layouts/en-us-qwerty.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/guacamole/src/main/webapp/layouts/en-us-qwerty.json b/guacamole/src/main/webapp/layouts/en-us-qwerty.json index f156f8a58..01c230389 100644 --- a/guacamole/src/main/webapp/layouts/en-us-qwerty.json +++ b/guacamole/src/main/webapp/layouts/en-us-qwerty.json @@ -354,17 +354,13 @@ ], - "movement" : { - "large" : [ - [ "Ins", "Home", "PgUp" ], - [ "Del", "End", "PgDn" ] - ], - - "small" : [ - [ "Up" ], - [ "Left", "Down", "Right" ] - ] - } + "movement" : [ + [ "Ins", "Home", "PgUp" ], + [ "Del", "End", "PgDn" ], + [ 0.5 ], + [ "Up" ], + [ "Left", "Down", "Right" ] + ] },