Jules Aguillon

Results 670 comments of Jules Aguillon

You are right, the new option is justified and fixes two issues while the experimentation I suggest might take some time. Would you be willing to implement it?

I've made an experiment in this PR: https://github.com/Julow/Unexpected-Keyboard/pull/593 Could you try it ?

https://github.com/Julow/Unexpected-Keyboard/pull/593 is merged. Feedback still welcome.

The software keyboard can intercept physical key presses while it's visible and adding physical bindings to the software keyboard's feature would be a good idea! It's not possible at the...

The swipe gesture is intended to be very efficient. Could you try setting a shorter swipe distance in the settings ?

You can use a custom layout with a [modmap](https://github.com/Julow/Unexpected-Keyboard/blob/master/doc/Custom-layouts.md#modmap) that maps `Fn+space` into `tab`. Then you can do a clockwise circle on the space bar, which will type the equivalent...

All of this is not possible right now but would be a good addition. The problem is not the parsing but the data representation. The representation of keys is currently...

It's not possible to add a "Alt+x" key on the keyboard currently. Here's a related issue: https://github.com/Julow/Unexpected-Keyboard/issues/568

https://github.com/Julow/Unexpected-Keyboard/pull/878 is merged 🎉 You can now add these keys in the settings or in your custom layouts: - `Vp:selectAll,paste` - `Ax:alt,x` The letters before the `:` character is the...

That's a frequently requested feature and would be an awesome addition to the app. Sadly, I do not have the time required to implement it. Related issue: https://github.com/Julow/Unexpected-Keyboard/issues/343