i3pyblocks.types¶
Module Contents¶
Classes¶
-
class
i3pyblocks.types.MouseButton¶ -
LEFT_BUTTON:int = 1¶
-
MIDDLE_BUTTON:int = 2¶
-
RIGHT_BUTTON:int = 3¶
-
SCROLL_UP:int = 4¶
-
SCROLL_DOWN:int = 5¶
-
BACK:int = 8¶
-
FORWARD:int = 9¶
-
-
class
i3pyblocks.types.KeyModifier¶ -
MOD1:str = Mod1¶
-
MOD2:str = Mod2¶
-
MOD3:str = Mod3¶
-
MOD4:str = Mod4¶
-
SHIFT:str = Shift¶
-
ALT¶
-
NUM_LOCK¶
-
SCROLL_LOCK¶
-
SUPER¶
-