Home
last modified time | relevance | path

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

/dports/deskutils/xneur/xneur-0.20.0/lib/config/
H A Dxnconfig.h255 int disable_capslock; // Disable CapsLock use member
H A Dxnconfig.c345 p->disable_capslock = index; in parse_line()
1663 fprintf(stream, "DisableCapsLock %s\n", p->get_bool_name(p->disable_capslock)); in xneur_config_save()
/dports/deskutils/xneur/xneur-0.20.0/src/
H A Dxneur.c192 …G, _("Disable CapsLock use mode set to %s"), _(xconfig->get_bool_name(xconfig->disable_capslock))); in xneur_load_config()
/dports/deskutils/gxneur/gxneur-0.20.0/src/
H A Dmisc.c770 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), xconfig->disable_capslock); in xneur_preference()
2497 xconfig->disable_capslock = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (widgetPtrToBefound)); in xneur_save_preference()
/dports/deskutils/xneur/xneur-0.20.0/lib/main/
H A Dprogram.c923 if (xconfig->disable_capslock && get_key_state(XK_Caps_Lock)) in program_perform_auto_action()