Skip to content

Conversation

ebkr
Copy link
Owner

@ebkr ebkr commented Aug 1, 2025

image image

@ebkr ebkr requested a review from anttimaki August 1, 2025 16:09
@@ -145,7 +145,7 @@ watchEffect(() => {
const { locale } = useI18n();

document.addEventListener('keydown', (e: KeyboardEvent) => {
if (e.altKey && e.key === 'l') {
if (e.altKey && ['l', '¬'].includes(e.key.toLowerCase())) {
Copy link
Owner Author

@ebkr ebkr Aug 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same shortcut but on macOS. It doesn't like to register as the L key 💢

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.

2 participants