Kai Qi

Results 21 comments of Kai Qi

> 🤔 [react-hotkeys-hook](https://github.com/JohannesKlauss/react-hotkeys-hook) 3.0 的版本是支持 mac 的快捷键的,即在代码中我们写的 `ctrl + j` 会自动在 mac 中映射为 `meta + j`. 你可以测试一下 3.0 也没有映射成功 😅

@Kaiyiwing 修复了,现在可以了

> mac 上映射的是 `control + ` 因为 `command + ` 会跟很多 mac 的快捷键冲突 如果 mac 也用 `control`/`Ctrl` 键就不存在映不映射了,本来就是一个键😅。至于冲突,我试了下不会啊

> mac 上映射的是 `control + ` 因为 `command + ` 会跟很多 mac 的快捷键冲突 [react-hotkeys-hook document](https://react-hotkeys-hook.vercel.app/docs/documentation/useHotkeys/basic-usage#:~:text=Please%20be%20aware%20that,also%20cannot%20be%20overridden.),我们没有 `Meta + m、n、t` 这几个组合键。

> 求大佬告知,要怎么添加 等更新

@dongtong Any updates?

same error, but can't see it in development mode

@ChanghyeonYoon I removed some unused prism components, then I don't see this error.

@leizhuray 这是 [Vercel](https://vercel.com/docs/concepts/observability/runtime-logs#limits) 的限制