commit 30a74ea0f51ace0482f98f60827149dba4afca62 Author: Maaaks <greatper...@ya.ru> Date: Wed Apr 4 08:40:00 2012 +0400
Added Ctrl+H shortcut for adding/editing hyperlink. diff --git a/blogilo/src/composer/texteditor.cpp b/blogilo/src/composer/texteditor.cpp index 6892e8d..22c2b15 100644 --- a/blogilo/src/composer/texteditor.cpp +++ b/blogilo/src/composer/texteditor.cpp @@ -363,6 +363,7 @@ void TextEditor::createActions() actAddLink = new KAction( KIcon( "insert-link" ), i18nc( "verb, to add a new link or edit an existing one", "Add Hyperlink" ), this ); + actAddLink->setShortcut(Qt::CTRL + Qt::Key_H); connect( actAddLink, SIGNAL(triggered(bool)), this, SLOT(slotAddLink())); barVisual->addAction( actAddLink ); >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<