additional#
Bases:
TUIMenuEnter the menu for controlling mouse mappings that include a modifier button such as Ctrl and Shift.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
ctrllmbclick(service, version, mode, path)Specify the action/behavoir for Ctrl + left-mouse-button + click.
ctrllmbdrag(service, version, mode, path)Specify the action/behavior for Ctrl + left-mouse-button + drag.
ctrlmmbclick(service, version, mode, path)Specify the action/behavior for Ctrl + middle-mouse-button + click.
ctrlmmbdrag(service, version, mode, path)Specify the action/behavior for Ctrl + middle-mouse-button + drag.
ctrlrmbclick(service, version, mode, path)Specify the action/behavior for Ctrl + right-mouse-button + click.
ctrlrmbdrag(service, version, mode, path)Specify the action/behavior for Ctrl + right-mouse-button + drag.
mouseprobe(service, version, mode, path)Specify whether the probe action provides a long description or a short description.
mousewheel(service, version, mode, path)Specify the action/behavior of the mouse-wheel.
mousewheelsensitivity(service, version, ...)Specify the sensitivity of the mouse-wheel (0 is least sensitive, 1 is most sensitive).
reversewheeldirection(service, version, ...)Reverse the behavior of the mouse-wheel.
shiftlmbclick(service, version, mode, path)Specify the action/behavior for Shift + left-mouse-button + click.
shiftlmbdrag(service, version, mode, path)Specify the action/behavior for Shift + left-mouse-button + drag.
shiftmmbclick(service, version, mode, path)Specify the action/behavior for Shift + middle-mouse-button + click.
shiftmmbdrag(service, version, mode, path)Specify the action/behavior for Shift + middle-mouse-button + drag.
shiftrmbclick(service, version, mode, path)Specify the action/behavior for Shift + right-mouse-button + click.
shiftrmbdrag(service, version, mode, path)Specify the action/behavior for Shift + right-mouse-button + drag.
__init__ method of TUIMenu class.
Bases:
TUIMethodSpecify the action/behavoir for Ctrl + left-mouse-button + click.
Bases:
TUIMethodSpecify the action/behavior for Ctrl + left-mouse-button + drag.
Bases:
TUIMethodSpecify the action/behavior for Ctrl + middle-mouse-button + click.
Bases:
TUIMethodSpecify the action/behavior for Ctrl + middle-mouse-button + drag.
Bases:
TUIMethodSpecify the action/behavior for Ctrl + right-mouse-button + click.
Bases:
TUIMethodSpecify the action/behavior for Ctrl + right-mouse-button + drag.
Bases:
TUIMethodSpecify whether the probe action provides a long description or a short description.
Bases:
TUIMethodSpecify the action/behavior of the mouse-wheel.
Bases:
TUIMethodSpecify the sensitivity of the mouse-wheel (0 is least sensitive, 1 is most sensitive).
Bases:
TUIMethodReverse the behavior of the mouse-wheel.
Bases:
TUIMethodSpecify the action/behavior for Shift + left-mouse-button + click.
Bases:
TUIMethodSpecify the action/behavior for Shift + left-mouse-button + drag.
Bases:
TUIMethodSpecify the action/behavior for Shift + middle-mouse-button + click.
Bases:
TUIMethodSpecify the action/behavior for Shift + middle-mouse-button + drag.
Bases:
TUIMethodSpecify the action/behavior for Shift + right-mouse-button + click.
Bases:
TUIMethodSpecify the action/behavior for Shift + right-mouse-button + drag.