Jingchao

Results 103 comments of Jingchao

This feature should address the upstream project issue at https://github.com/excalidraw/excalidraw/issues/2706 .

Related discuss: https://www.reddit.com/r/macapps/comments/1fjpiiw/psa_macos_15_breaks_optionkey_hotkeys/

After upgrade to 15.6.1 (24G90) today. I cannot using `const MASH_SHIFT: Phoenix.ModifierKey[] = ['alt', 'shift'];` as modifier key, now I can only use `MASH_CTRL` and `MASH_CTRL_SHIFT`, and I can't using...