mike-fabian / ibus-typing-booster

ibus-typing-booster is a completion input method for faster typing
https://mike-fabian.github.io/ibus-typing-booster/
Other
228 stars 16 forks source link

[BUG] The compose sequence <Multi_key> <slash> <slash> should produce a single backslash, not two backslashes #467

Closed mike-fabian closed 1 year ago

mike-fabian commented 1 year ago
$ grep '<Multi_key> <slash> <slash>' /usr/share/X11/locale/en_US.UTF-8/Compose 
<Multi_key> <slash> <slash>             : "\\"  backslash # REVERSE SOLIDUS

Typing booster parses this wrong and produces \\ as the compose result.