Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(642)

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json

Issue 1952803002: Use forceClickOnCurrentItem to mean doDefault action rather than performDefaul\ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698