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

Add key bindings for uppercase letters for bold, italic and underline #2478

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

mejo-
Copy link
Contributor

@mejo- mejo- commented Feb 3, 2022

This way, key bindings 'Mod-B', 'Mod-I' and 'Mod-U' with active caps
lock have the same effect as their lowercase siblings.

Prosemirror examples did the same, see ProseMirror/prosemirror#895

Fixes: #2426

Signed-off-by: Jonas jonas@freesources.org

This way, key bindings 'Mod-B', 'Mod-I' and 'Mod-U' with active caps
lock have the same effect as their lowercase siblings.

Prosemirror examples did the same, see ProseMirror/prosemirror#895

Fixes: ueberdosis#2426

Signed-off-by: Jonas <jonas@freesources.org>
@netlify
Copy link

netlify bot commented Feb 3, 2022

✔️ Deploy Preview for tiptap-embed ready!

🔨 Explore the source changes: 5bce4af

🔍 Inspect the deploy log: https://app.netlify.com/sites/tiptap-embed/deploys/61fbc48d2eaeb2000759635b

😎 Browse the preview: https://deploy-preview-2478--tiptap-embed.netlify.app

mejo- added a commit to nextcloud/text that referenced this pull request Feb 3, 2022
This way, key bindings 'Mod-B', 'Mod-I' and 'Mod-U' with active caps
lock have the same effect as their lowercase siblings.

This is supposed to be fixed in Tiptap v2 upstream:
ueberdosis/tiptap#2426
ueberdosis/tiptap#2478

Fixes: #2050

Signed-off-by: Jonas <jonas@freesources.org>
@mejo-
Copy link
Contributor Author

mejo- commented Feb 3, 2022

Seems like the failing Cypress tests in CI are unrelated - at least they also fail on latest master 🤔

mejo- added a commit to nextcloud/text that referenced this pull request Feb 3, 2022
This way, key bindings 'Mod-B', 'Mod-I' and 'Mod-U' with active caps
lock have the same effect as their lowercase siblings.

This is supposed to be fixed in Tiptap v2 upstream:
ueberdosis/tiptap#2426
ueberdosis/tiptap#2478

Fixes: #2050

Signed-off-by: Jonas <jonas@freesources.org>
mejo- added a commit to nextcloud/text that referenced this pull request Feb 3, 2022
This way, key bindings 'Mod-B', 'Mod-I' and 'Mod-U' with active caps
lock have the same effect as their lowercase siblings.

This is supposed to be fixed in Tiptap v2 upstream:
ueberdosis/tiptap#2426
ueberdosis/tiptap#2478

Fixes: #2050

Signed-off-by: Jonas <jonas@freesources.org>
mejo- added a commit to nextcloud/text that referenced this pull request Feb 3, 2022
This way, key bindings 'Mod-B', 'Mod-I' and 'Mod-U' with active caps
lock have the same effect as their lowercase siblings.

This is supposed to be fixed in Tiptap v2 upstream:
ueberdosis/tiptap#2426
ueberdosis/tiptap#2478

Fixes: #2050

Signed-off-by: Jonas <jonas@freesources.org>
mejo- added a commit to nextcloud/text that referenced this pull request Feb 3, 2022
This way, key bindings 'Mod-B', 'Mod-I' and 'Mod-U' with active caps
lock have the same effect as their lowercase siblings.

This is supposed to be fixed in Tiptap v2 upstream:
ueberdosis/tiptap#2426
ueberdosis/tiptap#2478

Fixes: #2050

Signed-off-by: Jonas <jonas@freesources.org>
@philippkuehn
Copy link
Contributor

Thanks!

(Yeah, tests are broken right now 🥴)

@philippkuehn philippkuehn merged commit b9bd469 into ueberdosis:main Feb 3, 2022
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.

Keyboard shortcuts with active caps lock
2 participants