debug_shortcut_action  301 core/conf.c        CONF_INFO(230, conf.debug_shortcut_action,                  CONF_DEF_VALUE, i:0), // backwards compatible
debug_shortcut_action  424 core/gui.c         MENU_ENUM2  (0x5c,LANG_MENU_DEBUG_SHORTCUT_ACTION,      &conf.debug_shortcut_action,    gui_debug_shortcut_modes ),
debug_shortcut_action 2623 core/gui.c         if (conf.debug_shortcut_action)
debug_shortcut_action 2624 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_RAW,LANG_MENU_DEBUG_SHORTCUT_ACTION,gui_debug_shortcut_modes[conf.debug_shortcut_action], col);
debug_shortcut_action 2640 core/gui.c         if (conf.debug_shortcut_action)
debug_shortcut_action 2641 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_RAW,LANG_MENU_DEBUG_SHORTCUT_ACTION,gui_debug_shortcut_modes[conf.debug_shortcut_action], col);
debug_shortcut_action 2717 core/gui.c         switch(conf.debug_shortcut_action) {
debug_shortcut_action 2827 core/gui.c             if (conf.debug_shortcut_action > 0)
debug_shortcut_action 2852 core/gui.c             if (conf.debug_shortcut_action > 0)
debug_shortcut_action  337 include/conf.h     int debug_shortcut_action;   // 0=none, 1=dump, 2=page display