| OLD | NEW |
| 1 { | 1 { |
| 2 "bindings": [ | 2 "bindings": [ |
| 3 { | 3 { |
| 4 "command": "previousObject", | 4 "command": "previousObject", |
| 5 "sequence": { | 5 "sequence": { |
| 6 "cvoxModifier": true, | 6 "cvoxModifier": true, |
| 7 "keys": { | 7 "keys": { |
| 8 "keyCode": [37] | 8 "keyCode": [37] |
| 9 } | 9 } |
| 10 } | 10 } |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "command": "jumpToTop", | 263 "command": "jumpToTop", |
| 264 "sequence": { | 264 "sequence": { |
| 265 "cvoxModifier": true, | 265 "cvoxModifier": true, |
| 266 "keys": { | 266 "keys": { |
| 267 "keyCode": [37], | 267 "keyCode": [37], |
| 268 "ctrlKey": [true] | 268 "ctrlKey": [true] |
| 269 } | 269 } |
| 270 } | 270 } |
| 271 }, | 271 }, |
| 272 { | 272 { |
| 273 "command": "performDefaultAction", | 273 "command": "forceClickOnCurrentItem", |
| 274 "sequence": { | 274 "sequence": { |
| 275 "cvoxModifier": true, | 275 "cvoxModifier": true, |
| 276 "keys": { | 276 "keys": { |
| 277 "keyCode": [32] | 277 "keyCode": [32] |
| 278 } | 278 } |
| 279 } | 279 } |
| 280 }, | 280 }, |
| 281 { | 281 { |
| 282 "command": "contextMenu", | 282 "command": "contextMenu", |
| 283 "sequence": { | 283 "sequence": { |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 "sequence": { | 498 "sequence": { |
| 499 "cvoxModifier": true, | 499 "cvoxModifier": true, |
| 500 "keys": { | 500 "keys": { |
| 501 "keyCode": [70], | 501 "keyCode": [70], |
| 502 "ctrlKey": [true] | 502 "ctrlKey": [true] |
| 503 } | 503 } |
| 504 } | 504 } |
| 505 } | 505 } |
| 506 ] | 506 ] |
| 507 } | 507 } |
| OLD | NEW |