Lines Matching defs:shortcut
1580 //_kb_tree.get_column(1)->add_attribute(_kb_shortcut_renderer.property_text(), _kb_columns.shortcut);
1623 UI::Widget::Button *kb_reset = Gtk::manage(new UI::Widget::Button(_("Reset"), _("Remove all your customized keyboard shortcuts, and revert to the shortcuts in the shortcut file listed above")));
1645 (*iter_group)[_kb_columns.shortcut] = "";
1690 // Remove current shortcut from file
1703 Glib::ustring current_shortcut = (*iter)[_kb_columns.shortcut];
1714 // Delete current shortcut if it existed
1716 // Delete any references to the new shortcut
1718 // Add the new shortcut
1735 Glib::ustring shortcut = (*iter)[_kb_columns.shortcut];
1743 || shortcut.lowercase().find(search) != name.npos
1764 Glib::ustring shortcut = (*iter)[onKBGetCols().shortcut];
1768 accel->property_markup() = Glib::ustring("<span foreground=\"blue\"> " + shortcut + " </span>").c_str();
1770 accel->property_markup() = Glib::ustring("<span> " + shortcut + " </span>").c_str();
1827 (*iter_group)[_kb_columns.shortcut] = "";
1841 // Get the shortcut label
1855 (*row)[_kb_columns.shortcut] = shortcut_label;