Skip to content

Fix/windows double keypresses - #144

Merged
fioncat merged 2 commits into
mainfrom
fix/windows-double-keypresses
Jul 7, 2026
Merged

Fix/windows double keypresses#144
fioncat merged 2 commits into
mainfrom
fix/windows-double-keypresses

Conversation

@fioncat

@fioncat fioncat commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Solve: #137

fioncat added 2 commits July 7, 2026 17:43
Windows emits both press and release key events. Ignore release events before mapping keys so a single key press does not trigger actions twice.
@fioncat fioncat linked an issue Jul 7, 2026 that may be closed by this pull request
@fioncat
fioncat merged commit f0d820b into main Jul 7, 2026
7 checks passed
@fioncat
fioncat deleted the fix/windows-double-keypresses branch July 7, 2026 10:11
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jul 9, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [github:fioncat/otree](https://github.com/fioncat/otree) | minor | `0.6.5` → `0.7.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>fioncat/otree (github:fioncat/otree)</summary>

### [`v0.7.1`](https://github.com/fioncat/otree/releases/tag/v0.7.1)

[Compare Source](fioncat/otree@v0.7.0...v0.7.1)

#### Fixes

- Fix doubles keypresses in Windows. ([#&#8203;144](fioncat/otree#144))

#### What's Changed

- Fix/windows double keypresses by [@&#8203;fioncat](https://github.com/fioncat) in [#&#8203;144](fioncat/otree#144)

**Full Changelog**: <fioncat/otree@v0.7.0...v0.7.1>

### [`v0.7.0`](https://github.com/fioncat/otree/releases/tag/v0.7.0)

[Compare Source](fioncat/otree@v0.6.5...v0.7.0)

#### Features

- Add `tree.format` and `--tree-format` to append Minijinja-rendered object summaries in the tree view. ([#&#8203;141](fioncat/otree#141))

For example:

```bash
otree pods.json --tree-format '{{ namespace }}/{{ name }}'
```

- Upgrade various dependencies.

#### Fixes

- check file size before reading to prevent OOM. ([#&#8203;134](fioncat/otree#134))

#### What's Changed

- fix: check file size before reading to prevent OOM by [@&#8203;kimjune01](https://github.com/kimjune01) in [#&#8203;134](fioncat/otree#134)
- feat(tree): add minijinja template for object node descriptions by [@&#8203;jonasws](https://github.com/jonasws) in [#&#8203;141](fioncat/otree#141)
- build(deps): bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;139](fioncat/otree#139)
- build(deps): bump softprops/action-gh-release from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;131](fioncat/otree#131)

#### New Contributors

- [@&#8203;kimjune01](https://github.com/kimjune01) made their first contribution in [#&#8203;134](fioncat/otree#134)
- [@&#8203;jonasws](https://github.com/jonasws) made their first contribution in [#&#8203;141](fioncat/otree#141)

**Full Changelog**: <fioncat/otree@v0.6.5...v0.7.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTYuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue: Windows version doubles each keypresses

1 participant