Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGo back/forward keybinding should not traverse history on key release #20478
Comments
|
I think it's not repeating too fast. But we get 2 events for key down and key up. So the event is sent twice. |
|
Note to whoever might work on this: if we send reload/goForward/… messages on |
|
We should only send the Lines 123 to 134 in 07dd37a |
|
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
|
Hi. @highfive: assign me |
|
Hey @piotr-szpetkowski! Thanks for your interest in working on this issue. It's now assigned to you! |
|
#21250 fixed this. |
When using the go forward/back keybindings to traverse the session history, the constellation is flooded with traversal messages as long as the key binding is held down. We should just send a single message for a key press or at least have an interval of a second or so between subsequent messages.
I am using macOS, not sure if this is the case on other platforms.