Skip to content

Graphite: fix issues that made layout unusable#1234

Draft
insipidlight wants to merge 1 commit intorvaiya:masterfrom
insipidlight:patch-2
Draft

Graphite: fix issues that made layout unusable#1234
insipidlight wants to merge 1 commit intorvaiya:masterfrom
insipidlight:patch-2

Conversation

@insipidlight
Copy link
Copy Markdown

multiple issues:

  • i = I which was bound twice (; is i), made I impossible to type, and also rebinding i which made it impossible to type O
  • the brackets are in the wrong place, multiple keys to type =, and [ ] were unbound with no replacements
  • duplicate to < (rather than >)
  • ? is in wrong place, ' was never rebound

https://github.com/rdavison/graphite-layout

layout img

multiple issues:
- `i = I` which was bound twice (`;` is `i`), made `I` impossible to type, and also rebinding `i` which made it impossible to type `O`
- the brackets are in the wrong place, multiple keys to type `=`, and `[ ]` were unbound with no replacements
- duplicate to `<` (rather than `>`)
- `?` is in wrong place, `'` was never rebound
@insipidlight insipidlight marked this pull request as draft March 25, 2026 19:49
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