Skip to content

fix: release flickering - #16

Open
3L0C wants to merge 3 commits into
masterfrom
fix/release-flicker
Open

fix: release flickering#16
3L0C wants to merge 3 commits into
masterfrom
fix/release-flicker

Conversation

@3L0C

@3L0C 3L0C commented Jul 23, 2026

Copy link
Copy Markdown
Owner

This patch fixes keyboard release flickering introduced in a70dc46.

When repeatedly pressing +keep keys, the menu will noticeably flicker. This is because a70dc46 made the default behavior to release the keyboard after any keypress, causing focus to switch between wk and the last focused window. This patch fixes the resulting flicker, but breaks existing workflows where a +keep command required wk to not be in focus to work correctly. The old behavior can be reinstated with :release or +release on global or per-chord basis, respectively.

3L0C added 3 commits July 23, 2026 17:17
a70dc46 causes `+keep` keys to switch focus between windows and the wk
menu. When repeatedly pressing `+keep` keys, this causes noticeable
flicker in the menu. This patch fixes that, but breaks existing
workflows where a `+keep` commannd needed wk to not be in focus to work
correctly. The old behavior can be reinstated with `:release` or
`+release` on global or per-chord basis, respectively.
@3L0C
3L0C force-pushed the fix/release-flicker branch from 8b6b959 to bd58ae6 Compare July 24, 2026 00:17
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.

1 participant