ShiftValues =========== .. py:class:: ansys.stk.core.stkx.ShiftValues IntEnum .. py:currentmodule:: ShiftValues Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~PRESSED` - The Shift key was pressed. * - :py:attr:`~CTRL_PRESSED` - The Ctrl key was pressed. * - :py:attr:`~ALT_PRESSED` - The ALT key was pressed. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import ShiftValues