bug(linux): hotkeys fail to switch "before" & "after" input option for sil_ipa keyboard
Open
bug
linux/
linux/engine/
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
The keyboard option for the sil_ipa keyboard is set to "after". Verify by typing b= which should output `β`.
Press RALT+- to switch to "before". Type =b. Press RALT+= to switch back to "after". Type b=.
**Expected output:**
`ββ`
**Actual output:**
`-=b=β` (or probably `=bβ` on newer current alpha)
Related:
#15692
Contributor guide
Assessment
This issue has not been assessed yet.