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

Swap backspace/delete variant keys #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iankp
Copy link

@iankp iankp commented Jun 16, 2023

Hello,

I've noticed that the 'delete' and 'backspace' strokes seem to be reversed from what is indicated on emily-modifiers-poster.pdf.

Stroke Translation on master version Expected translation
TRA*LTZ {#delete} {#backspace}
TRO*LTZ {#backspace} {#delete}

The 'A' key generally maps to leftward-moving commands (left, home) and the 'O' key their rightward-moving counterparts. Since backspace erases to the left, it makes sense to associate it with 'A'.

This PR swaps the two translations, so that the output matches the 'expected translation' column above (as well as the poster PDF).

Thanks!

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.

1 participant