Cloudef / orbment

Modular Wayland compositor
Other
246 stars 16 forks source link

Keyboard input randomly gets stuck in repeat mode #20

Closed Cloudef closed 9 years ago

Cloudef commented 9 years ago

Sometimes modifier such as ctrl may get stuck.

Earnestly commented 9 years ago

This don't just happen to modifers, sometimes keys like d or q get stuck. I think it's arbitrary but difficult to reproduce though

Cloudef commented 9 years ago

Most likely client doesn't ever get key release event and does the key repeat logic. The current keybind handling in loliwm might be culprit too.

Cloudef commented 9 years ago

Should be fixed, please test.