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" ] + ] },