{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),},
{THUNAR_STANDARD_VIEW_ACTION_SELECT_BY_PATTERN,"<Actions>/ThunarStandardView/select-by-pattern","<Primary>s",XFCE_GTK_MENU_ITEM,N_("Select _by Pattern..."),N_("Select all files that match a certain pattern"),NULL,G_CALLBACK(thunar_standard_view_select_by_pattern),},
{THUNAR_STANDARD_VIEW_ACTION_INVERT_SELECTION,"<Actions>/ThunarStandardView/invert-selection","",XFCE_GTK_MENU_ITEM,N_("_Invert Selection"),N_("Select all files but not those currently selected"),NULL,G_CALLBACK(thunar_standard_view_selection_invert),},