mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
Bug 1209054 - Make 2 finger tap toggle pause speech. r=yzen
This commit is contained in:
parent
be5c1b2046
commit
73c5918430
@ -744,6 +744,9 @@ var Input = {
|
||||
case 'tripletap3':
|
||||
Utils.dispatchChromeEvent('accessibility-control', 'toggle-shade');
|
||||
break;
|
||||
case 'tap2':
|
||||
Utils.dispatchChromeEvent('accessibility-control', 'toggle-pause');
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user