You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a macro for Alt-` by pressing and releasing Alt, then pressing and
releasing `. You need to do this because actually performing the action will
cause the application to lose focus.
2. Attempt to delete the the first Alt-Up and second Alt-Down events.
3. Observe deleting the second Alt-Down causes the first Alt-Down to be
removed. Apparently events are deleted by matching event descriptions, not by
event index in the list.
What is the expected output? What do you see instead?
[second Alt-Down event deleted]
[first Alt-Down event is deleted instead]
What version of the product are you using? On what operating system?
Current App and current Ubuntu.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 12 Sep 2013 at 4:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Sep 2013 at 4:22The text was updated successfully, but these errors were encountered: