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

It's will be good if the user can configure the translator confidence confidence via the configuration file.

### Problem The translator currently returns the full list of matched predicates. However, not all of these are useful to the user when they are searching for the correct one....

### Problem For fast typing user, we got some interference between the user typing and the afrim typing. ### Possible solution Take control of the keyboard event with `rdev::grab`. ###...

question

### Problem [Enigo](https://github.com/enigo-rs/enigo) released the version 0.2.0. As a important update, i noticed `win: No more sleeps! Simulating input is done in 1 ms instead of 40+ ms. This is...

question

For the translator by example, instead of export `Engine` as `translator::Engine`, I think it will be better to export it as `translator::rhai::Engine`

question

### Description Investigation on the problem of runtime tests on CI. ### Attempt to solve - #138 ### Required - [ ] Pass the all CI x4 without failure

## Description For more flexibility, we should be able to load datasets at runtime and update the afrim configuration parameters (buffer_size, auto_commit, etc). ## Tasks Instead of providing data during...

enhancement
question

### Recommendation A feature should be additive and not breaking api. ### Problem The inhibit feature, change the internal behavior of the preprocessor that affects the external behavior of the...

enhancement
good first issue

### Problem The CI test fail frequently, even when it pass well on real environments. Mainly Windows and MacOS. Personally, the real test are more on Linux environment and a...

### Problem The actual autosuggestion is based on work, who make his prediction not accurate. ### Suggestion It will be better for the user should be able to provide a...

enhancement