Posted: Fri Mar 27, 2015 11:43 pm
Unfortunately my English is bad :( In a few words: you will need a plugin Hotkeys and two commands.
In main menu - Options/Plug-ins..., double-click Hotkeys::Main and add:
1. Name: Move up
Command:
Hotkey: press Ctrl+Shift+Up (or another)
2. Name: Move down
Command:
Hotkey: press Ctrl+Shift+Down (or another)
In main menu - Options/Plug-ins..., double-click Hotkeys::Main and add:
1. Name: Move up
Command:
Code: Select all
Call("Scripts::Main", 1, "LinesSelectCopyMoveDuplicate.js", "M -1")
2. Name: Move down
Command:
Code: Select all
Call("Scripts::Main", 1, "LinesSelectCopyMoveDuplicate.js", "M 1")