Skip to content

Commit

Permalink
Subscript alef correction (#24707)
Browse files Browse the repository at this point in the history
Output for U+0656 is AltGr + V
  • Loading branch information
filterpaper authored Dec 12, 2024
1 parent 76ac62c commit e1351b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit e1351b4

Please sign in to comment.