Delayed SelectionDragger
From Omtwiki
Filename: OMT_hk_delayedSelectionDragger.py
Latest Version: 1.0
Author: Jakob Welner
Hotkey: Supplies extra usability for a selectionDragger hotkey by having 2 modes. One for key-hold and one for press/release (Timing determines the difference)
- On press and hold: Activates selectionDragger as a sticky key which disables the dragger again once the key is release
- On key-tab: Activates selectionDragger as through the OMT menu
Use it by making 2 new hotkeys with the following name and commands:
selDragPress_delayed:
python("import OMT_hk_delayedSelectionDragger");
python("OMT_hk_delayedSelectionDragger.onPress(False)");
selDragRelease_delayed:
python("OMT_hk_delayedSelectionDragger.onRelease(False)");
Update Log:
- 9th of June: v 1.0 by Jakob Welner
Initial release

