Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alt-based hotkeys interfering with normal input on MacOS #14942

Merged
merged 1 commit into from Oct 5, 2020

Conversation

ClearlyClaire
Copy link
Contributor

Fixes #14862

We used to ignore every hotkey on inputs etc. until #13987, which introduced a hotkey to toggle the Content Warning field.

Unfortunately, MacOS relies on the “alt” key for many things, including composing text (see #14862), therefore, even if that makes the CW toggle hotkey significantly less useful, it makes sense to not interfere with composing toots.

Fixes mastodon#14862

This used to be the case until mastodon#13987, which introduced a hotkey to toggle
the Content Warning field.

Unfortunately, MacOS relies on the “alt” key for many things, including
composing text (see mastodon#14862), therefore, even if that makes the CW toggle
hotkey significantly less useful, it makes sense to not interfere with
composing toots.
@Gargron Gargron merged commit 63770d3 into mastodon:master Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mac Keyboard Shortcut Conflict: Tilde and New Toot
2 participants