Searched defs:drawingActions (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A DjessyInk_keyBindings.py37 drawingActions = {} variable
113 self.drawingActions["switchToSlideMode"] = "drawingSwitchToSlideMode();"
114 self.drawingActions["pathWidthDefault"] = "drawingResetPathWidth();"
115 self.drawingActions["pathWidth1"] = "drawingSetPathWidth(1.0);"
116 self.drawingActions["pathWidth3"] = "drawingSetPathWidth(3.0);"
117 self.drawingActions["pathWidth5"] = "drawingSetPathWidth(5.0);"
118 self.drawingActions["pathWidth7"] = "drawingSetPathWidth(7.0);"
119 self.drawingActions["pathWidth9"] = "drawingSetPathWidth(9.0);"
120 self.drawingActions["pathColourBlue"] = "drawingSetPathColour(\"blue\");"
121 self.drawingActions["pathColourCya
[all...]

Completed in 14 milliseconds