Make Ctrl+Shift+N default shortcut for New Message to Mailing-List

svn path=/trunk/kdepim/; revision=364848
wilder-work
Ingo Klcker 22 years ago
parent 172ba7770b
commit 402704f24b
  1. 3
      kmmainwidget.cpp

@ -2239,7 +2239,8 @@ void KMMainWidget::setupActions()
(void) new KAction( i18n("&New Message..."), "mail_new", KStdAccel::shortcut(KStdAccel::New), this,
SLOT(slotCompose()), actionCollection(), "new_message" );
(void) new KAction( i18n("New Message t&o Mailing-List..."), "mail_post_to", 0, this,
(void) new KAction( i18n("New Message t&o Mailing-List..."), "mail_post_to",
CTRL+SHIFT+Key_N, this,
SLOT(slotPostToML()), actionCollection(), "post_message" );
mForwardActionMenu = new KActionMenu( i18n("Message->","&Forward"),

Loading…
Cancel
Save