Jules Aguillon

Results 670 comments of Jules Aguillon

This seems to be a bug with `if-then-else=fit-or-vertical`. Would you be happy with `if-then-else=k-r` ?

Unfortunately, it is not possible to package Unexpected Keyboard for Linux as it is. It's very dependent on Android's libraries and while you can run Android apps on Linux with...

I think this is a really smart idea! Anyone willing to write the code ? This is an alternative to https://github.com/Julow/Unexpected-Keyboard/issues/132

I have no plan to implement this but that would be a very good idea. I'm currently implementing spell checking (https://github.com/Julow/Unexpected-Keyboard/pull/1137) and that seems like a good starting point for...

> One of such "specific circumstances" is when an app listens for keyboard inputs and forwards them elsewhere, for example a remote keyboard app. That's an extremely important information. It's...

This should be fixed in https://github.com/Julow/Unexpected-Keyboard/pull/1022. Can you try the debug build at the end of this page to check if it works ? https://github.com/Julow/Unexpected-Keyboard/actions/runs/15956006762

This probably require this next bug fix: #1024 The debug build is here: https://github.com/Julow/Unexpected-Keyboard/actions/runs/15958101198?pr=1024

You should be able to override the Shift key for the hidden letters: ```xml ... ... ```

I think a better way would be to make a theme: https://github.com/Julow/Unexpected-Keyboard/blob/master/res/values/themes.xml I think that you should be able to specify colors with the alpha channel set to 0 and...

This is a very important issue and we really should have a better solution than custom layouts. Related issue: https://github.com/Julow/Unexpected-Keyboard/issues/955 Internally, there's [code to do this](https://github.com/Julow/Unexpected-Keyboard/blob/master/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java#L327) for some keys. The...