Jules Aguillon
Jules Aguillon
@senselocke That's very interesting, thanks! The keyboard doesn't do any editing at the moment, which is a long standing issue https://github.com/Julow/Unexpected-Keyboard/issues/242 Is anyone interested in implementing the "hide label" or...
@Spike-from-NH An editing mode might be challenging to implement in a lightweight way but it's still possible. I am not against more advanced styling but I don't like the idea...
A "play pause" key event exists in Android but I think it's unlikely that it can affect the music player. It's best to try, you can add the `playpause` key...
Due to lack of feedback, I'll close this.
With 2060e6a, it's now possible to add the play pause button like this: ``` :keyevent symbol='⏯' flags='small':85 ```
This might be answered by the clipboard pane: https://github.com/Julow/Unexpected-Keyboard/pull/681
Would you mind taking care of the implementation ? A layout file looks [like this](https://github.com/Julow/Unexpected-Keyboard/blob/master/res/xml/qwerty.xml), see the [guidelines and examples](https://github.com/Julow/Unexpected-Keyboard/blob/master/CONTRIBUTING.md#adding-a-layout).
Thanks all for putting time into this! > is it possible to define a custom layout for the numeric keyboard to go alongside this? Not without some coding. See the...
Sorry for the slow reply. Could you provide a table of the letters with diacritics that you want ? @SweetSea-ButImNotSweet ễ is definitely a unicode character. Support for composing unicode...
`BufWritePre` is called before the file is saved to disk. Ocamlformat operates on the old file and the `edit!` overwrite any new change. Did you find these instructions somewhere ?...