Changes between Version 108 and Version 109 of UserGuideGit
- Timestamp:
- Dec 12, 2008, 3:17:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v108 v109 8 8 * [#Presetconverter Preset converter] 9 9 * [#Shootingsequence Shooting sequence] 10 * [#Cutomization Cutomization ] 10 11 * [#Referencemanual Reference manual] 11 12 * [#Mainwindow Main window] … … 128 129 If the '''{{{manual shooting}}}''' flag is set, the shooting sequence will automatically go to pause mode after each move (before running the camera shutter sequence), and after each camera shutter sequence (before moving to the next position). During the camera shutter sequence, the shutter will be triggered one or more times, depending of the bracketing parameter in the config; no pause will be done inside this sequence. 129 130 131 == Cutomization == 132 133 Since release 1.5.2, Papywizard can load a user GTK resources file. This file must be name '''{{{gtkrc}}}''', and must be located in '''{{{C:\\Documents and Settings\<user>\Application Data\papywizard}}}'''¹ under Windows, '''{{{~/.config/papywizard/gtkrc}}}''' under linux, and '''{{{/home/user/.config/papywizard/gtkrc}}}''' under maemo. 134 135 Here is a sample file to change the font size: 136 137 {{{ 138 # gtkrc 139 140 style "papywizard-font" 141 { 142 font_name="Sans Serif 16" 143 } 144 145 widget_class "*" style "papywizard-font" 146 }}} 147 148 ''¹: you have to configure the Windows Explorater so it shows you ''system'' files and directories. 149 130 150 == Reference manual == 131 151