additional#

class ansys.fluent.core.meshing.tui_241.main_menu.preferences.navigation.mouse_mapping.additional(service, version, mode, path)#

Bases: TUIMenu

Enter the menu for controlling mouse mappings that include a modifier button such as Ctrl and Shift.

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.

class ctrllmbclick(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavoir for Ctrl + left-mouse-button + click.

class ctrllmbdrag(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Ctrl + left-mouse-button + drag.

class ctrlmmbclick(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Ctrl + middle-mouse-button + click.

class ctrlmmbdrag(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Ctrl + middle-mouse-button + drag.

class ctrlrmbclick(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Ctrl + right-mouse-button + click.

class ctrlrmbdrag(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Ctrl + right-mouse-button + drag.

class mouseprobe(service, version, mode, path)#

Bases: TUIMethod

Specify whether the probe action provides a long description or a short description.

class mousewheel(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior of the mouse-wheel.

class mousewheelsensitivity(service, version, mode, path)#

Bases: TUIMethod

Specify the sensitivity of the mouse-wheel (0 is least sensitive, 1 is most sensitive).

class reversewheeldirection(service, version, mode, path)#

Bases: TUIMethod

Reverse the behavior of the mouse-wheel.

class shiftlmbclick(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Shift + left-mouse-button + click.

class shiftlmbdrag(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Shift + left-mouse-button + drag.

class shiftmmbclick(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Shift + middle-mouse-button + click.

class shiftmmbdrag(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Shift + middle-mouse-button + drag.

class shiftrmbclick(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Shift + right-mouse-button + click.

class shiftrmbdrag(service, version, mode, path)#

Bases: TUIMethod

Specify the action/behavior for Shift + right-mouse-button + drag.