Skip to content

Add full support for Mac-specific keyboard layouts #206

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

Closed
6 tasks done
Keavon opened this issue Jun 13, 2021 · 1 comment · Fixed by #736
Closed
6 tasks done

Add full support for Mac-specific keyboard layouts #206

Keavon opened this issue Jun 13, 2021 · 1 comment · Fixed by #736
Assignees
Labels
Web Involves web programming (TypeScript, Svelte, CSS)
Milestone

Comments

@Keavon
Copy link
Member

Keavon commented Jun 13, 2021

Windows and Linux use the standard keyboard layout. Mac uses Cmd instead of Ctrl. For example, copy (CtrlC) is CmdA on a Mac. Mac also uses Option instead of Alt. We need two different versions of our key bindings depending on whether it's Mac or non-Mac.

This is probably an important feature before we launch at the end of Sprint 5 with version 0.1.

@Keavon Keavon added Feature Web Involves web programming (TypeScript, Svelte, CSS) labels Jun 13, 2021
@Keavon Keavon added this to the Sprint 5 (current) milestone Jun 13, 2021
@Keavon
Copy link
Member Author

Keavon commented Jun 17, 2021

A related consideration: enable and disable specific keyboard shortcuts when the keyboard lock API is active or inactive.

@Keavon Keavon added this to the Sprint 11 (upcoming) milestone Jan 8, 2022
@Keavon Keavon modified the milestones: Sprint 11, Sprint 12 (ongoing) Feb 12, 2022
@Keavon Keavon modified the milestones: Sprint 14, Sprint 15 (ongoing) May 14, 2022
@Keavon Keavon changed the title Differentiate keyboard shortcuts between Mac and non-Mac platforms Distinguish keyboard shortcuts between Mac and non-Mac platforms Jun 10, 2022
@Keavon Keavon modified the milestones: Sprint 16, Sprint 17 (ongoing) Jul 9, 2022
@Keavon Keavon linked a pull request Jul 28, 2022 that will close this issue
@Keavon Keavon changed the title Distinguish keyboard shortcuts between Mac and non-Mac platforms Add full support for Mac-specific keyboard layouts Aug 1, 2022
@Keavon Keavon removed the In-Progress label Aug 8, 2022
@0HyperCube 0HyperCube moved this to Completed This Sprint in Task Board Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Web Involves web programming (TypeScript, Svelte, CSS)
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant