Coder Social home page Coder Social logo

Comments (5)

albert-github avatar albert-github commented on June 10, 2024

The current shortcut keys are all connected to menu items. The Run button is a pushbutton (that is only enabled when some preconditions are met).
Doxygen still supports Qt 5 and here I don't directly see a possibility to add a shortcut key to the pushbutton (https://doc.qt.io/qt-5/qpushbutton-members.html), with QT 6 this seems feasible though (https://doc.qt.io/qt-6/qpushbutton-members.html).
There might be a solution

  • use of the method setShortcut (though might only be accessible when the pushbutton is visible)
  • add a menu item to run (though where should it be added, the current menu items are geared towards the settings).

from doxygen.

gregwillits avatar gregwillits commented on June 10, 2024

I would think in the Settings menu, adding a menu separator after Clear recent list then add Run menu item would be consistent with the rest of how you've used the Settings menu. If there were other actions worth invoking with key commands, it could be worth adding a new menu, but there just aren't any that stand out to me. So, I don't see a design problem with Settings > Run.

from doxygen.

albert-github avatar albert-github commented on June 10, 2024

I've just pushed a proposed patch, pull request #10785

from doxygen.

albert-github avatar albert-github commented on June 10, 2024

Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).

from doxygen.

gregwillits avatar gregwillits commented on June 10, 2024

Awesome. Thanks!

from doxygen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.