(e)
| 202 | return (e.ctrlKey || e.altKey || e.metaKey) && !(e.ctrlKey && e.altKey); |
| 203 | } |
| 204 | function r(e) { |
| 205 | switch (e) { |
| 206 | case _.topCompositionStart: |
| 207 | return N.compositionStart; |
| 208 | case _.topCompositionEnd: |
| 209 | return N.compositionEnd; |
| 210 | case _.topCompositionUpdate: |
| 211 | return N.compositionUpdate; |
| 212 | } |
| 213 | } |
| 214 | function o(e, t) { |
| 215 | return e === _.topKeyDown && t.keyCode === E; |
| 216 | } |
no test coverage detected