wip/dynamics_buttons #26

Manually merged
crtxcr egyesítve 3 változás(ok) a wip/dynamics_buttons -ból master-ba 2020-12-10 22:50:27 +01:00
3 fájl változott, egészen pontosan 6 új sor hozzáadva és 3 régi sor törölve
Showing only changes of commit b13815a924 - Show all commits

Fájl megtekintése

@@ -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);