OSDN Git Service

Remapped date picker hotkey in GUI to CTRL-SHIFT-t to avoid conflict.
authorChris Schlaeger <cs@kde.org>
Mon, 4 Feb 2008 09:50:17 +0000 (10:50 +0100)
committerChris Schlaeger <cs@kde.org>
Mon, 4 Feb 2008 09:50:17 +0000 (10:50 +0100)
TaskJugglerUI/FileManager.cpp
docs/en/ChangeLog.xml

index cb217dd..45f0fcf 100644 (file)
@@ -55,8 +55,8 @@ FileManager::FileManager(KMainWindow* m, QWidgetStack* v, KListView* b,
     editorConfigured = false;
 
     /* Add our own custom editor actions. */
-    new KAction(i18n("Insert Date"), "",
-                KShortcut(KKey("CTRL+d")),
+    new KAction(i18n("Insert Date/Time"), "",
+                KShortcut(KKey("CTRL+SHIFT+t")),
                 this, SLOT(insertDate()),
                 mainWindow->actionCollection(), "insert_date");
 
index 29a76ac..5cc7496 100644 (file)
@@ -1288,6 +1288,10 @@ characters are used.</para></listitem>
                <computeroutput>hierarchlevel</computeroutput> was
                included.</para></listitem>
 
+<listitem><para>Hotkey for date/time picker in the GUI editor has
+               been remapped to CTRL-SHIFT-T to avoid a conflict with
+               built-in CTRL-D.</para></listitem>
+
 </itemizedlist></para>
 
 </sect2>