]> Untitled Git - lemmy-ui.git/commit
Add metaKey to markdown-textarea, for macos
authorJeff Sandberg <paradox460@gmail.com>
Sun, 2 Jul 2023 10:11:09 +0000 (04:11 -0600)
committerJeff Sandberg <paradox460@gmail.com>
Sun, 2 Jul 2023 10:11:09 +0000 (04:11 -0600)
commit17bcfe5257d4c94ea3218e946c3fd21033f836f8
tree17b0a016a578d8c24f0227d4243b4eb2f4814be9
parentf87dad3a5c43cfac8ba05f36158b2d6de63d326e
Add metaKey to markdown-textarea, for macos

On MacOS, Ctrl is less commonly used than Command (⌘).
Javascript expresses command as `metaKey`.

This allows for _either_ Ctrl or Command to be used in the Markdown text
area.

Note that on Windows, on some browsers, the "windows" key is labeled as meta, so it would
work on windows as well.

http://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey
src/shared/components/common/markdown-textarea.tsx