raw_toggle       2147 core/gui.c         static const char* raw_toggle[]={ "Off", "On", "On+OSD" };
raw_toggle       2149 core/gui.c         gui_enum_value_change(&conf.enable_raw_shortcut,change,sizeof(raw_toggle)/sizeof(raw_toggle[0]));
raw_toggle       2151 core/gui.c         return raw_toggle[conf.enable_raw_shortcut];