-
### Problem
The [Kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol) supports sending press/repeat/release events for key presses. We currently do not enable this mode and t…
-
This happens under both **Keyboard** and **Component events** (while **Mouse** show no events whatsoever).
Example when hitting the **A** key once:
![image](https://github.com/user-attachments/a…
-
### Describe the bug
**Issue:**
When using the arrow keys continuously pointer input stops responding.
**Background:**
I'm creating an application in Winui 3. Since updating from version 1.2 …
-
### Describe the bug
Analyzing the 'feature_flag_list' event in production is showing that feature_flag_names and feature_flag_sync_statuses are both appearing as 'null'. This essentially renders t…
-
### Expected Behavior:
- modify home row keys (H, J, K, L & G, F, D, S) to add mods (Control, Super, Alt, Shift) when tapped or when hold
- If **tap** 'J' output = 'J'
- If **hold** 'J' output =…
-
Hi again,
In addition to the extreme trickiness of extracting the correct collector's last names (see issue #1), I foresee another issue with using the collector's name in the collection event key:…
-
**Is your feature request related to a problem? Please describe.**
I'd like to use the `Alt` key to show my menubar.
**Describe the solution you'd like**
Adding more key presses to the event and …
-
> I recently updated to the latest commit, and I noticed if I use `SDL_StartTextInput()`, SDL stops sending key events if key compositions/ime ui related actions are being processed. It's usually the …
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
I have D-pad right and D-left button usage condition to request focus and clear focus whenever needed
Below is the snippet of it
```
boolean isLongPress = event.getRepeatCount() > 0;
…