Home
last modified time | relevance | path

Searched refs:shortcutkey_screenshot (Results 1 – 4 of 4) sorted by relevance

/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_pref.h164 guint shortcutkey_screenshot; member
H A Dremmina_pref.c597 …remmina_pref.shortcutkey_screenshot = g_key_file_get_integer(gkeyfile, "remmina_pref", "shortcutke… in remmina_pref_init()
599 remmina_pref.shortcutkey_screenshot = GDK_KEY_F12; in remmina_pref_init()
836 …t_integer(gkeyfile, "remmina_pref", "shortcutkey_screenshot", remmina_pref.shortcutkey_screenshot); in remmina_pref_save()
H A Dremmina_pref_dialog.c325 …remmina_pref.shortcutkey_screenshot = remmina_key_chooser_get_keyval(gtk_button_get_label(remmina_… in remmina_pref_on_dialog_destroy()
533 …button_label(remmina_pref_dialog->button_keyboard_screenshot, remmina_pref.shortcutkey_screenshot); in remmina_pref_dialog_init()
H A Drcw.c2404 rcw_set_tooltip(GTK_WIDGET(toolitem), _("Screenshot"), remmina_pref.shortcutkey_screenshot, 0); in rcw_create_toolbar()
3976 } else if (keyval == remmina_pref.shortcutkey_screenshot) { in rcw_hostkey_func()