6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
1b1107ddff011fb4b14c466805d0f3b75a1bae3cJosh Andler <dependency type="executable" location="extensions">inkex.py</dependency>
1b1107ddff011fb4b14c466805d0f3b75a1bae3cJosh Andler <dependency type="executable" location="extensions">jessyInk_keyBindings.py</dependency>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_backWithEffects" type="string" _gui-text="Back (with effects):">LEFT, PAGE_UP</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_nextWithEffects" type="string" _gui-text="Next (with effects):">RIGHT, PAGE_DOWN, SPACE</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_backWithoutEffects" type="string" _gui-text="Back (without effects):">UP</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_nextWithoutEffects" type="string" _gui-text="Next (without effects):">DOWN</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_firstSlide" type="string" _gui-text="First slide:">HOME</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_lastSlide" type="string" _gui-text="Last slide:">END</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_switchToIndexMode" type="string" _gui-text="Switch to index mode:">i</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_switchToDrawingMode" type="string" _gui-text="Switch to drawing mode:">d</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_setDuration" type="string" _gui-text="Set duration:">D</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_addSlide" type="string" _gui-text="Add slide:">n</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_toggleProgressBar" type="string" _gui-text="Toggle progress bar:">p</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="slide_resetTimer" type="string" _gui-text="Reset timer:">t</param>
4d761440b84b78f6af14bb66f2fd52b69641bfd2Hannes Hochreiner <param name="slide_export" type="string" _gui-text="Export presentation:">e</param>
4d761440b84b78f6af14bb66f2fd52b69641bfd2Hannes Hochreiner <param name="drawing_switchToSlideMode" type="string" _gui-text="Switch to slide mode:">ESCAPE, d</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathWidthDefault" type="string" _gui-text="Set path width to default:">0</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathWidth1" type="string" _gui-text="Set path width to 1:">1</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathWidth3" type="string" _gui-text="Set path width to 3:">3</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathWidth5" type="string" _gui-text="Set path width to 5:">5</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathWidth7" type="string" _gui-text="Set path width to 7:">7</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathWidth9" type="string" _gui-text="Set path width to 9:">9</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourBlue" type="string" _gui-text="Set path color to blue:">b</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourCyan" type="string" _gui-text="Set path color to cyan:">c</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourGreen" type="string" _gui-text="Set path color to green:">g</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourBlack" type="string" _gui-text="Set path color to black:">k</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourMagenta" type="string" _gui-text="Set path color to magenta:">m</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourOrange" type="string" _gui-text="Set path color to orange:">o</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourRed" type="string" _gui-text="Set path color to red:">r</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourWhite" type="string" _gui-text="Set path color to white:">w</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_pathColourYellow" type="string" _gui-text="Set path color to yellow:">y</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="drawing_undo" type="string" _gui-text="Undo last path segment:">z</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_selectSlideToLeft" type="string" _gui-text="Select the slide to the left:">LEFT</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_selectSlideToRight" type="string" _gui-text="Select the slide to the right:">RIGHT</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_selectSlideAbove" type="string" _gui-text="Select the slide above:">UP</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_selectSlideBelow" type="string" _gui-text="Select the slide below:">DOWN</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_previousPage" type="string" _gui-text="Previous page:">PAGE_UP</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_nextPage" type="string" _gui-text="Next page:">PAGE_DOWN</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_firstSlide" type="string" _gui-text="First slide:">HOME</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_lastSlide" type="string" _gui-text="Last slide:">END</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_switchToSlideMode" type="string" _gui-text="Switch to slide mode:">ENTER, i</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_decreaseNumberOfColumns" type="string" _gui-text="Decrease number of columns:">-</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_increaseNumberOfColumns" type="string" _gui-text="Increase number of columns:">+, =</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <param name="index_setNumberOfColumnsToDefault" type="string" _gui-text="Set number of columns to default:">0</param>
6be2794aa8debd2d12c023ec766fa5473e81dfd4JazzyNico <_param name="help_text" type="description">This extension allows you customise the key bindings JessyInk uses. Please see code.google.com/p/jessyink for more details.</_param>
1b1107ddff011fb4b14c466805d0f3b75a1bae3cJosh Andler <command reldir="extensions" interpreter="python">jessyInk_keyBindings.py</command>