#:import resource_find kivy.resources.resource_find : source: resource_find('atlas://misc/menu') tooltip: 'Open the menu' : source: resource_find('atlas://misc/shell') tooltip: 'Open a terminal shell' : source: resource_find('atlas://misc/open_external') tooltip: 'Open selected items in an external application' : source: resource_find('atlas://misc/console') tooltip: 'Open the log console' : source: resource_find('atlas://misc/help') tooltip: 'Open the help' : source: resource_find('atlas://misc/settings') tooltip: 'Open the settings menu' : source: resource_find('atlas://misc/clip_copy') tooltip: 'Copy selected items to the clipboard' : source: resource_find('atlas://misc/clip_paste') tooltip: 'Import files from the clipboard' ## EOF ##