mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1170: Simplify cursor movement section. Add gap before arrow keys.
This commit is contained in:
@@ -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" ]
|
||||
]
|
||||
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user