Commit 58c7a709 authored by David Tseng's avatar David Tseng Committed by Commit Bot

Map double click keystroke

Bug: 854873
Change-Id: I511f782149470ce771c9f66802613e3bfbb7a4d8
Reviewed-on: https://chromium-review.googlesource.com/1115425Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570488}
parent 00f1b3b1
......@@ -940,6 +940,16 @@
"keyCode": [65, 221]
}
}
},
{
"command": "forceClickOnCurrentItem",
"sequence": {
"cvoxModifier": true,
"keys": {
"keyCode": [32]
},
"doubleTap": 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