wip/dynamics_buttons #26

Cumaisc de láimh
crtxcr cumasc 3 tiomantas ó wip/dynamics_buttons go master 2020-12-10 22:50:27 +01:00
Ag taispeáint athruithe tiomantais b13815a924 amháin - Taispeáin gach gealltanas

Féach ar an gComhad

@ -120,7 +120,7 @@ void Window::populateGrid(const QVector<EntryPushButton *> &list)
void Window::executeConfig(const EntryConfig &config)
{
if(config.isTerminalCommand)
if(config.isTerminalCommand || QApplication::keyboardModifiers().testFlag(Qt::ShiftModifier))
{
QString cmd = settingsProvider->getTerminalCommand();
cmd.replace("%c", config.command);