Home
last modified time | relevance | path

Searched refs:troubleshoot_right_arrow (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/xneur/xneur-0.20.0/lib/config/
H A Dxnconfig.h277 int troubleshoot_right_arrow; member
H A Dxnconfig.c793 p->troubleshoot_right_arrow = status; in parse_line()
1692 … pressed right arrow\nTroubleshootRightArrow %s\n", p->get_bool_name(p->troubleshoot_right_arrow)); in xneur_config_save()
1888 p->troubleshoot_right_arrow = FALSE; in xneur_config_init()
/dports/deskutils/xneur/xneur-0.20.0/src/
H A Dxneur.c203 …ressed right arrow mode set to %s"), _(xconfig->get_bool_name(xconfig->troubleshoot_right_arrow))); in xneur_load_config()
/dports/deskutils/gxneur/gxneur-0.20.0/src/
H A Dmisc.c1226 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), xconfig->troubleshoot_right_arrow); in xneur_preference()
2553 …xconfig->troubleshoot_right_arrow = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (widgetPtrToBef… in xneur_save_preference()
/dports/deskutils/xneur/xneur-0.20.0/lib/main/
H A Dprogram.c108 ((key == XK_Right) && (xconfig->troubleshoot_right_arrow)) || in get_auto_action()