mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1176292 - Send 'toggle-shade' control event to content on 3 finger triple tap. r=yzen
This commit is contained in:
parent
445b92b22c
commit
d6d6e38edd
@ -727,6 +727,9 @@ var Input = {
|
||||
this.quickNavMode.previous();
|
||||
AccessFu.announce('quicknav_' + this.quickNavMode.current);
|
||||
break;
|
||||
case 'tripletap3':
|
||||
Utils.dispatchChromeEvent('accessibility-control', 'toggle-shade');
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user