Bug 54825 - Add shortcuts to move elements in the tree
Summary: Add shortcuts to move elements in the tree
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.9
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2013-04-10 12:11 UTC by benoit.wiart
Modified: 2013-04-10 21:08 UTC (History)
1 user (show)



Attachments
the patch (10.26 KB, application/octet-stream)
2013-04-10 12:11 UTC, benoit.wiart
Details

Note You need to log in before you can comment on or make changes to this bug.
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