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

Subscript alef correction #24707

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Subscript alef correction
Output for U+0656 is AltGr + V
  • Loading branch information
filterpaper committed Dec 12, 2024
commit 830c7ef4009560f8fd08b6a68a7052f07dc72fdd
2 changes: 1 addition & 1 deletion data/constants/keycodes/extras/keycodes_farsi_0.0.1.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
"key": "FA_PIPE",
"label": "|",
}
"ALGR(FA_RA)": {
"ALGR(FA_RE)": {
"key": "FA_SUBA",
"label": "ٖ",
}
Expand Down
2 changes: 1 addition & 1 deletion quantum/keymap_extras/keymap_farsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
#define FA_DQT ALGR(FA_GAF) // "
#define FA_MINA ALGR(FA_BSLS) // -
#define FA_PIPE ALGR(FA_ZA) // |
#define FA_SUBA ALGR(FA_RA) // ٖ
#define FA_SUBA ALGR(FA_RE) // ٖ
#define FA_HMZB ALGR(FA_DAL) // ء
#define FA_ELLP ALGR(FA_PE) // …
#define FA_COMM ALGR(FA_WAW) // ,
Expand Down
Loading