Bug #200
Key chains act weird
| Status: | Unconfirmed | Start date: | |||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | % Done: | 30% |
|||
| Category: | Bugfix | ||||
| Target version: | - | ||||
| Votes: | 0 |
Description
Key chains don't reset grabs once a chain was successfully executed.
crshd> when i press "W-t z" nothing happens, but when i hit "m" after that, mutt opens (which is bound to "W-u m")
Related issues
| duplicated by subtle - Bug #204: Multiple grabs with the same key | Rejected | 2011-05-13 |
Associated revisions
Fixed #200: Updated handling of keychains
Updated #200: Fixed crash when keychain panel is hidden but a keychain used
History
Updated by Christian Brassat about 2 years ago
- File subtle.rb added
When a window is focused, all chains execute successfully. The problem exists when there is no focused window. According to the keychains panel item, the chain starts (in my case "W-t" or "W-u") but then everything locks up, and the chain cannot be completed. I have to click the mouse somewhere to "escape" the locked chain before I am able to use my keyboard again.
Updated by Christoph Kappel about 2 years ago
- Status changed from Unconfirmed to Fixed
Applied in changeset 8c94b0bfcceb.
Updated by Christoph Kappel about 2 years ago
- Status changed from Fixed to Unconfirmed
Grabs still act weird, when you add two grabs like this:
1 grab "A-r t", lambda { p "A-r t" }
2 grab "A-m t", lambda { p "A-m t" }
In this case the same lambda will be called.
Updated by Christoph Kappel almost 2 years ago
- Target version changed from Nu to 28
Updated by Christoph Kappel almost 2 years ago
- Target version changed from 28 to Xi
Updated by Christoph Kappel over 1 year ago
- Target version deleted (
Xi) - % Done changed from 100 to 30