Commit b58331ef authored by dtseng's avatar dtseng Committed by Commit bot

Rebind ChromeVox incremental search to ctrl+f.

While we have an inaccessible browser find, let ChromeVox take care of find using its incremental search.

TEST=ctrl+f brings up i-search.

Review URL: https://codereview.chromium.org/1807843005

Cr-Commit-Position: refs/heads/master@{#381738}
parent 64e9e114
......@@ -496,9 +496,9 @@
{
"command": "toggleSearchWidget",
"sequence": {
"cvoxModifier": true,
"keys": {
"keyCode": [191]
"keyCode": [70],
"ctrlKey": [true]
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment