alt_mode_button    72 core/conf.c        conf.alt_mode_button = CAM_DEFAULT_ALT_BUTTON; // if not adjustable, force to default
alt_mode_button   519 core/conf.c        CONF_INFO(220, conf.alt_mode_button,                        CONF_DEF_VALUE, i:KEY_PRINT),
alt_mode_button  2100 core/gui.c             if (conf.alt_mode_button==keys[i]) {
alt_mode_button  2111 core/gui.c         conf.alt_mode_button = keys[i];
alt_mode_button   136 core/kbd_process.c         if (kbd_is_key_pressed(conf.alt_mode_button)
alt_mode_button   143 core/kbd_process.c                 kbd_key_press(conf.alt_mode_button);
alt_mode_button   145 core/kbd_process.c                 kbd_key_release(conf.alt_mode_button);
alt_mode_button   168 core/kbd_process.c     if (camera_info.state.is_shutter_half_press && kbd_is_key_pressed(conf.alt_mode_button)) 
alt_mode_button   171 core/kbd_process.c     if (kbd_is_key_pressed(conf.alt_mode_button)) 
alt_mode_button   248 include/conf.h     long alt_mode_button; //for S-series