+ agMain = gtk_accel_group_new();
+ gtk_window_add_accel_group(GTK_WINDOW(g_topWindow), agMain);
+ add_accelerator(agMain, g_dev_combobox, "popup", GDK_KEY_d);
+ add_accelerator(agMain, g_install_button, "clicked", GDK_KEY_i);
+ add_accelerator(agMain, g_update_button, "clicked", GDK_KEY_u);
+ add_accelerator(agMain, g_refresh_button, "clicked", GDK_KEY_r);
+
+ gtk_check_menu_item_set_active(g_menu_item_secure_boot, 1 - g_secure_boot_support);
+