Git commit 322fb22de684306736df3c5b7a2a7910440cd9b9 by Akarsh Simha. Committed on 30/10/2014 at 01:57. Pushed by asimha into branch 'master'.
Change the keyboard shortcut for Execute Session UI to Ctrl+X Ctrl + X seems to be an intuitive keyboard shortcut for eXecute, as opposed to Ctrl + 2 as previously assigned. GUI: M +1 -1 kstars/kstarsinit.cpp http://commits.kde.org/kstars/322fb22de684306736df3c5b7a2a7910440cd9b9 diff --git a/kstars/kstarsinit.cpp b/kstars/kstarsinit.cpp index e731b1d..3a6bf34 100644 --- a/kstars/kstarsinit.cpp +++ b/kstars/kstarsinit.cpp @@ -419,7 +419,7 @@ void KStars::initActions() { // ==== observation menu ================ ka = actionCollection()->addAction("execute", this, SLOT( slotExecute() ) ) << i18n( "Execute the session Plan..." ) - << KShortcut( Qt::CTRL+Qt::Key_2 ); + << KShortcut( Qt::CTRL+Qt::Key_X ); // ==== devices Menu ================ #ifdef HAVE_INDI_H
