Add a key-release signal in addition to key-press
Bug #390552 reported by
ekilfoil
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GtkHotkey |
Confirmed
|
Wishlist
|
Mikkel Kamstrup Erlandsen | ||
0.3 |
New
|
Undecided
|
Unassigned |
Bug Description
When the hotkey is pressed, an event is sent as expected, however, there is no way to track a release event. The keypress release seems to happen instantly.
We're trying to implement a GPL version of voice chat software. The software uses a keypress to turn on the mic and send sound.
Instead of an "activated" event, I would expect a "pressed" and "released" event just like a GTK button.
To post a comment you must log in.
It is a good idea and I will look into it