Jules Aguillon
Jules Aguillon
The file in which to add compose sequences is [extra.json](https://github.com/Julow/Unexpected-Keyboard/blob/master/srcs/compose/compose/extra.json). You are right, auto-caps should apply to the result of the sequence, not during the sequence.
If you provide me with the list of sequences to add, I can add them to the app.
Pressing compose should now clear the automated Shift (2309792). I think we can close this issue.
To create a new layout, you need to make a `.xml` file that looks like this: https://github.com/Julow/Unexpected-Keyboard/blob/master/res/xml/qwerty.xml
You can try to paste the XML into the "custom layout" option in the settings of the app. If there's an error in the XML, the app will likely not...
Nice! You can hide the bottom row by adding `bottom_row="false"` to ``, see for example [neo2](https://github.com/Julow/Unexpected-Keyboard/blob/master/res/xml/latn_neo2.xml). The bug about the extra `\` is reported in https://github.com/Julow/Unexpected-Keyboard/issues/381 and will not be...
Looks nice! Some keys are present twice on the layout: ;, \, |. Is that intended ?
I suggested a placement for the punctuation symbols and added the layout in d73b9d6. Feel free to suggest more change, it's located here: https://github.com/Julow/Unexpected-Keyboard/blob/master/srcs/layouts/latn_workman_us.xml Debug APK at the end of...
This looks good to me. @hhugo Any opinion on this as you changed this in e0e1ec662d ?
Thanks for the issue. I believe this is related to https://github.com/Julow/Unexpected-Keyboard/issues/548 where the long swipe distance makes the slider harder to use. Before adding yet an other option, I planned...