Bug 54825

Summary: Add shortcuts to move elements in the tree
Product: JMeter - Now in Github Reporter: benoit.wiart
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: PatchAvailable
Version: 2.9   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: the patch

Description benoit.wiart 2013-04-10 12:11:15 UTC
Created attachment 30175 [details]
the patch

Because keyboards are awesome

this patch add the ability to move elements in the tree with the following shortcuts : 
- alt + Arrow Up
- alt + Arrow Down
- alt + Arrow Left
- alt + Arrow Right

(alt + Arrow Up) and (alt + Arrow Down) move the element within the parent node
(alt + Arrow Left) and (alt + Arrow Right) move the element up and down in the tree depth

In its current form, the patch only allows a single node to be moved

Close this bug if you don't find it useful.

Benoit WIART
UBIK Ingenierie
Comment 1 Philippe Mouawad 2013-04-10 21:08:45 UTC
Thanks for patch, applied.


Date: Wed Apr 10 21:06:11 2013
New Revision: 1466674

URL: http://svn.apache.org/r1466674
Log:
Bug 54825 - Add shortcuts to move elements in the tree
Bugzilla Id: 54825

Added:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/Move.java   (with props)
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/KeyStrokes.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterTreeListener.java
    jmeter/trunk/xdocs/changes.xml

Date: Wed Apr 10 21:07:59 2013
New Revision: 1466676

URL: http://svn.apache.org/r1466676
Log:
Bug 54825 - Add shortcuts to move elements in the tree
svn eol
Bugzilla Id: 54825

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/Move.java   (props changed)
Comment 2 The ASF infrastructure team 2022-09-24 20:37:53 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3093