Changeset 1461
- Timestamp:
- 12/09/11 20:52:48 (18 months ago)
- File:
-
- 1 edited
-
trunk/core/kbd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/kbd.c
r1457 r1461 264 264 /*-------------------- Alex scriptless remote additions end ---------------------*/ 265 265 #ifdef OPT_SCRIPTING 266 if (kbd_is_key_pressed(KEY_SHOOT_FULL)) { 266 // Start or stop a script if the shutter button pressed 267 // Note: this is blocked if CHDK is in the file selector. prevents problems 268 // when the file selector is called from a script. 269 if (kbd_is_key_pressed(KEY_SHOOT_FULL) && (gui_get_mode() != GUI_MODE_FSELECT)) { 267 270 key_pressed = 100; 268 271 if (!state_kbd_script_run) {
Note: See TracChangeset
for help on using the changeset viewer.