Fix cannot use alt + D on macOS#7448
Merged
FreeTubeBot merged 1 commit intoMay 24, 2025
Merged
Conversation
2 tasks
efb4f5ff-1298-471a-8973-3d47447115dc
approved these changes
May 24, 2025
kommunarr
approved these changes
May 24, 2025
absidue
approved these changes
May 24, 2025
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
May 28, 2025
* development: (29 commits) Convert the electron-builder scripts to ESM (FreeTubeApp#7471) Bump shaka-player from 4.14.12 to 4.14.14 (FreeTubeApp#7463) Bump electron from 36.2.1 to 36.3.1 (FreeTubeApp#7466) Bump marked from 15.0.11 to 15.0.12 (FreeTubeApp#7467) Bump globals from 16.1.0 to 16.2.0 (FreeTubeApp#7461) Bump swiper from 11.2.6 to 11.2.8 (FreeTubeApp#7462) Bump webpack from 5.99.8 to 5.99.9 (FreeTubeApp#7464) Bump npm-run-all2 from 8.0.2 to 8.0.4 (FreeTubeApp#7465) Bump electron-context-menu from 4.0.5 to 4.1.0 (FreeTubeApp#7468) Translated using Weblate (Afrikaans) Migrate FtCreatePlaylistPrompt to the composition API (FreeTubeApp#7439) ! Fix cannot use alt + D on macOS (FreeTubeApp#7448) Use better v-for keys in various places (FreeTubeApp#7447) Fix channel about tab (FreeTubeApp#7446) Translated using Weblate (Tamil) Translated using Weblate (Urdu) Translated using Weblate (Georgian) Translated using Weblate (Khmer (Central)) Translated using Weblate (Korean) Translated using Weblate (Hebrew) ... # Conflicts: # package.json # yarn.lock
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
May 28, 2025
* development: (27 commits) Migrate FtCreatePlaylistPrompt to the composition API (FreeTubeApp#7439) ! Fix cannot use alt + D on macOS (FreeTubeApp#7448) Use better v-for keys in various places (FreeTubeApp#7447) Fix channel about tab (FreeTubeApp#7446) Translated using Weblate (Tamil) Translated using Weblate (Urdu) Translated using Weblate (Georgian) Translated using Weblate (Khmer (Central)) Translated using Weblate (Korean) Translated using Weblate (Hebrew) Translated using Weblate (Polish) Translated using Weblate (Afrikaans) Translated using Weblate (Basque) Translated using Weblate (Bengali) Translated using Weblate (Estonian) Translated using Weblate (Kurdish) Translated using Weblate (Arabic) Migrate FtAutoLoadNextPageWrapper to the composition API (FreeTubeApp#7438) Translated using Weblate (Vietnamese) Bump the eslint group with 4 updates (FreeTubeApp#7427) ... # Conflicts: # package.json # yarn.lock
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
May 28, 2025
* custom-builds/current: (39 commits) * Implement context menu item "search X in new window" Convert the electron-builder scripts to ESM (FreeTubeApp#7471) Bump shaka-player from 4.14.12 to 4.14.14 (FreeTubeApp#7463) Bump electron from 36.2.1 to 36.3.1 (FreeTubeApp#7466) Bump marked from 15.0.11 to 15.0.12 (FreeTubeApp#7467) Bump globals from 16.1.0 to 16.2.0 (FreeTubeApp#7461) Bump swiper from 11.2.6 to 11.2.8 (FreeTubeApp#7462) Bump webpack from 5.99.8 to 5.99.9 (FreeTubeApp#7464) Bump npm-run-all2 from 8.0.2 to 8.0.4 (FreeTubeApp#7465) Bump electron-context-menu from 4.0.5 to 4.1.0 (FreeTubeApp#7468) Translated using Weblate (Afrikaans) Migrate FtCreatePlaylistPrompt to the composition API (FreeTubeApp#7439) ! Fix cannot use alt + D on macOS (FreeTubeApp#7448) Use better v-for keys in various places (FreeTubeApp#7447) Fix channel about tab (FreeTubeApp#7446) Translated using Weblate (Tamil) Translated using Weblate (Urdu) Translated using Weblate (Georgian) Translated using Weblate (Khmer (Central)) Translated using Weblate (Korean) ... # Conflicts: # package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Type
Related issue
#2822 (comment)
Description
https://altcodesguru.com/mac-alt-key-codes.html
Option + D =
∂but the code before PR only scan for 'd/D` so it never works on macOSScreenshots
Testing
Desktop
Additional context