enable_raw_shortcut  341 core/conf.c        CONF_INFO( 297, conf.enable_raw_shortcut,                      CONF_DEF_VALUE, i:0),
enable_raw_shortcut 1856 core/gui.c         if ( conf.enable_raw_shortcut )
enable_raw_shortcut 1861 core/gui.c             if ( conf.enable_raw_shortcut == 2 ) conf.show_raw_state = conf.save_raw;
enable_raw_shortcut 2149 core/gui.c         gui_enum_value_change(&conf.enable_raw_shortcut,change,sizeof(raw_toggle)/sizeof(raw_toggle[0]));
enable_raw_shortcut 2151 core/gui.c         return raw_toggle[conf.enable_raw_shortcut];
enable_raw_shortcut  458 include/conf.h     int enable_raw_shortcut;    // enable RAW state toggle keyboard shortcut, 0=no, 1=yes, 2=yes with RAW OSD enabled