afrim icon indicating copy to clipboard operation
afrim copied to clipboard

Input method framework that help you to build your own input method engine.

Results 25 afrim issues
Sort by recently updated
recently updated
newest added

Cargo audit will help us to keep our dependencies updated.

Need some persons to reviews the code . - Check nesting - Code complexity - Nomenclature - Logic - etc

help wanted

### Idea The first time you use a certain key combination, the order is random or ordered in what the designer thought was best. It should remember your word frequency...

enhancement

### Problem For the sequences below, we got an excessive backspace dependently of the text-field where we are. ```toml 2a_ = "á̠" 2af_ = "ɑ̠́" 2ai_ = "έ̠" ``` I...

bug

### Problem The program is not working as expected on not X environment like Wayland. ### Related issue - #94 ### Possible solution - Use ibus (new repo afrim-ibus) ###...

### Problem The maintainor of [`rstk`](https://codeberg.org/peterlane/rstk/) stopped the development of his library. ### Possible Solution - Migrate to [`rish`](https://github.com/pythonbrad/rish) when possible

### Description Currently, there is no proper way to clear the `cursor` of preprocessor externally. And to bypass it, I use the following code. ```rs preprocessor.process(/* KeyEvent to trigger the...

good first issue

### Related issues - possible extension of #98 ### Problem `afrim` can be used as a library with other programming languages. But, the need of some knowledge in rust programming...

question

### Related issues - #231 ### Before merge The following tests should succeed - [ ] real test on Windows - [ ] real test on Linux (X environment)

You can think that the development has been slowed or stopped, but it's not really the case. The reason is the fact that we are doing many things at the...