Jules Aguillon
Jules Aguillon
Thanks for making the layout! Could you make a pull request to add it ? Otherwise, I'd be happy to do it.
I like the idea of an editable config file. I think this can be related to https://github.com/Julow/Unexpected-Keyboard/issues/856 https://github.com/Julow/Unexpected-Keyboard/issues/979 and can be desirable for users that like reproducibility and not loosing...
Related issue: https://github.com/Julow/Unexpected-Keyboard/issues/46
Do you observe that `s="\\\\"` writes a `\` by editing a custom layout directly from the settings ? In XML, `"\"` is enough to mean `\`. Layouts in [srcs/layouts](https://github.com/Julow/Unexpected-Keyboard/tree/master/srcs/layouts) use...
You need to install an application that provides a voice typing IME. For example, [Sayboard](https://f-droid.org/fr/packages/com.elishaazaria.sayboard/)
The sole purpose of Ctrl and Alt is to send Ctrl- and Alt- combinations to applications. Alt-combinations in particular are only useful in applications like remote desktops or terminals. I...
Sorry, my previous comment is missing the point. I guess you opened this issue in the context of https://github.com/Julow/Unexpected-Keyboard-layouts/pull/19 The `ctrl` modmap was actually made for this purpose. I think...
This seems to work with the to-be-released version. Do you confirm ?
You are right! Changing `ocaml-version` doesn't make the new formatting stick. OCamlformat is not aware of this new syntax yet
Would you like to implement this new formatting ? I think this could be done by modifying `fmt_label_arg` at https://github.com/ocaml-ppx/ocamlformat/blob/main/lib/Fmt_ast.ml#L1717 We don't have a central place that defines the versions...