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