{"open-in-new-tab",NULL,N_("Open in New _Tab"),"<control><shift>P",NULL,G_CALLBACK(NULL),},
{"open-in-new-window",NULL,N_("Open in New _Window"),"<control><shift>O",NULL,G_CALLBACK(NULL),},
{"open-with-other",NULL,N_("Open With Other _Application..."),NULL,N_("Choose another application with which to open the selected file"),G_CALLBACK(NULL),},
{"open-with-other-in-menu",NULL,N_("Open With Other _Application..."),NULL,N_("Choose another application with which to open the selected file"),G_CALLBACK(NULL),},
{THUNAR_RENAMER_ACTION_ADD_FILES,"<Actions>/ThunarRenamerDialog/add-files","",XFCE_GTK_IMAGE_MENU_ITEM,N_("_Add Files..."),N_("Include additional files in the list of files to be renamed"),"list-add",G_CALLBACK(thunar_renamer_dialog_action_add_files),},
{"paste-into-folder","edit-paste",N_("Paste Into Folder"),NULL,N_("Move or copy files previously selected by a Cut or Copy command into the selected folder"),G_CALLBACK(NULL),},
{"select-all-files",NULL,N_("Select _all Files"),NULL,N_("Select all files in this window"),G_CALLBACK(NULL),},
{"select-by-pattern",NULL,N_("Select _by Pattern..."),"<control>S",N_("Select all files that match a certain pattern"),G_CALLBACK(NULL),},
{"invert-selection",NULL,N_("_Invert Selection"),NULL,N_("Select all files but not those currently selected"),G_CALLBACK(NULL),},
{THUNAR_STANDARD_VIEW_ACTION_SELECT_ALL_FILES,"<Actions>/ThunarStandardView/select-all-files","<Primary>a",XFCE_GTK_MENU_ITEM,N_("Select _all Files"),N_("Select all files in this window"),NULL,G_CALLBACK(thunar_standard_view_select_all_files),},