[SCM] ktp-contact-applet packaging branch, master, updated. debian/16.04.2-1-67-g066859a

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:08:30 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=9f56556

The following commit has been merged in the master branch:
commit 9f56556e72a79e4499b945ed180fa206c2e9e17e
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Tue Sep 27 15:05:15 2016 +0200

    [Chat List] Activate chat also on Enter press
    
    I usually just reach over with my thumb from my mouse.
    
    REVIEW: 129052
---
 contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
index fd2aca4..8b13f15 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
@@ -100,6 +100,7 @@ Item {
         Keys.onDownPressed: contactsList.incrementCurrentIndex();
         Keys.onUpPressed: contactsList.decrementCurrentIndex();
         Keys.onReturnPressed: contactsList.currentItem.clicked();
+        Keys.onEnterPressed: contactsList.currentItem.clicked();
 
         onActiveFocusChanged: filterLineEdit.selectAll();
     }

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list