Opened 12 years ago

Closed 12 years ago

#1836 closed enhancement (fixed)

OMEdit: navigation buttons in documentation viewer

Reported by: hkiel Owned by: hkiel
Priority: high Milestone: 1.9.0
Component: OMEdit Version:
Keywords: Cc:

Description

  • provide navigation buttons in documentation viewer and keyboard short cuts (Alt+left/right ?)

Change History (2)

comment:1 Changed 12 years ago by hkiel

  • Owner changed from somebody to hkiel
  • Status changed from new to assigned

added buttons for navigation. did not add short cuts, because when button is not active something different happens (e.g. if an object is selected it is moved left when you press Alt+Left)

mpBackButton->setShortcut(QKeySequence("Alt+Left"));
mpForwardButton->setShortcut(QKeySequence("Alt+Right"));

comment:2 Changed 12 years ago by hkiel

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.