GUAC-1170: Simplify cursor movement section. Add gap before arrow keys.

This commit is contained in:
Michael Jumper
2015-04-28 20:53:25 -07:00
parent 8e9aa36732
commit d8e74fee6a

View File

@@ -354,17 +354,13 @@
], ],
"movement" : { "movement" : [
"large" : [ [ "Ins", "Home", "PgUp" ],
[ "Ins", "Home", "PgUp" ], [ "Del", "End", "PgDn" ],
[ "Del", "End", "PgDn" ] [ 0.5 ],
], [ "Up" ],
[ "Left", "Down", "Right" ]
"small" : [ ]
[ "Up" ],
[ "Left", "Down", "Right" ]
]
}
}, },