Cockie / linux-g13-driver-archive

Automatically exported from code.google.com/p/linux-g13-driver
0 stars 0 forks source link

Macro Editing Index Issues #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 dcd...@gmail.com on 12 Sep 2013 at 4:22