wip/dynamics_buttons #26

بصورت دستی ادغام شد
crtxcr 3 کامیت ادغام شده از wip/dynamics_buttons به master 2020-12-10 22:50:27 +01:00
3فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
Showing only changes of commit b13815a924 - Show all commits

مشاهده پرونده

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