---------- Forwarded message ---------- From: Philippe Mouawad <[email protected]> Date: 17 June 2015 at 20:27 Subject: Incomplete features in JMeter To: "[email protected]" <[email protected]>
<snip undo/redo functionality issues> The same issue may occurs with 57988 <https://bz.apache.org/bugzilla/show_bug.cgi?id=57988> as it seems for now we didn't find a way to make it work consistently accross OSes/Keyboards. That's a different kind of problem entirely. The functionality works fine, it's just that we seem to have run out of a suitable set of hot keys that work for all OSes. Eclipse has some functions that need a sequence of keys. For example running a class as a JUnit test or as a Java application. On Mac these are alt + cmd + X then T or J respectively. Maybe the problem could be solved in a similar way here. I.e. we pick a single hot-key to trigger the functionality, and use a second key to choose the element. Or maybe there is some other solution.
