When both components are used on page, an open Dialog could not be closed by Escape keydown. Because `escape` gets prevented [here](https://github.com/microsoft/fluentui-contrib/blob/c93d459888c03ce02876650b7f5fcb7c05b9108f/packages/react-keytips/src/hooks/useHotkeys/useHotkeys.ts#L31) even when not in `inKeytipMode`. Events preventing, and propagation stopping should probably only happen when in `inKeytipMode`.