--- menubar: - label: '&File' name: file menu: - label: '&Open' name: open # - label: '&Add Key' # name: add_key - label: 'Add &Book to Library' name: add_book - separator: 1 - label: '&Print Page' name: print_page - separator: 1 - label: '&Exit' name: exit - label: '&View' name: view menu: - label: '&Refresh Page' name: refresh - label: 'View Sour&ce' name: source - separator: 1 - label: 'Show/Hide &Sidebar' name: toggle_sidebar - label: 'Sidebar &Tab' name: tab menu: - label: '&Libraries' name: libraries - label: '&Contents' name: contents - label: '&Search' name: search - label: '&Notes' name: notes - label: '&Bookmarks' name: bookmarks - label: '&Highlights' name: highlights - separator: 1 - label: '&Increase Font Size' name: zoom_in - label: '&Decrease Font Size' name: zoom_out # - separator: 1 # - label: 'Anti-Alias' # name: antialias # - label: 'Change Look and Feel' # name: lookandfeel - label: 'N&avigation' name: navigation menu: - label: 'Page &Up' name: page_up - label: 'Page &Down' name: page_down - separator: 1 - label: 'History &Next' name: history_next - label: 'History &Back' name: history_back - label: 'C&onnect' name: connect menu: #- label: '&Annotations' # name: anno # menu: - label: '&Sync' name: anno_sync - label: 'S&ettings' name: anno_settings # NOTE annotation import/export goes in the file menu # menu: # - label: 'Pr&ivate Notes' # name: private_notes # menu: # - label: 'Export Current' # name: export_current # - label: 'Export All' # name: export_all # - label: 'Import' # name: import # - label: 'P&ublic Notes' # name: public_notes # menu: # - label: 'Create' # name: create # - label: 'Download' # name: download # - separator: 1 - label: '&Help' name: help menu: - label: '&License' name: license - label: '&About' name: about - label: '&Update' name: update toolbar: - icon: tb_button_view_sidebar.png name: toggle_sidebar tooltip: Hide/Show Sidebar associate: view_toggle_sidebar - icon: tb_button_libraries.png name: libraries tooltip: Libraries associate: view_tab_libraries - icon: tb_button_contents.png name: contents tooltip: Contents associate: view_tab_contents - icon: tb_button_search.png name: search tooltip: Search associate: view_tab_search - separator: 1 - icon: tb_button_pageback.png name: page_up tooltip: Page Up associate: navigation_page_up - icon: tb_button_pagenext.png name: page_down tooltip: Page Down associate: navigation_page_down - icon: tb_button_history_back.png name: history_back tooltip: History Back associate: navigation_history_back - icon: tb_button_history_next.png name: history_next tooltip: History Next associate: navigation_history_next # - icon: rebuild.png # name: refresh # tooltip: Refresh - separator: 1 - icon: tb_button_add_bookmark.png name: bookmark tooltip: Add Bookmark - icon: tb_button_add_note.png name: note tooltip: Add Note - icon: tb_button_add_highlight.png name: highlight tooltip: Add Highlight - separator: 1 - icon: tb_button_font_plus.png name: zoom_in tooltip: Zoom In associate: view_zoom_in - icon: tb_button_font_minus.png name: zoom_out tooltip: Zoom Out associate: view_zoom_out - separator: 1 - icon: print.png name: print tooltip: Print associate: file_print_page - icon: tb_button_help.png name: help tooltip: Help