[Kst] [Bug 252875] New: Add "delete" keyboard shortcut to the data manager

Nicolas Brisset nicolas.brisset at eurocopter.com
Thu Sep 30 16:31:00 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=252875

           Summary: Add "delete" keyboard shortcut to the data manager
           Product: kst
           Version: 2.0.1
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kst at kde.org
        ReportedBy: nicolas.brisset at eurocopter.com


Version:           2.0.1
OS:                Linux

I just had the case that there was plenty of stuff in the data manager that I
wanted to delete, and it is a pain. To edit, a double-click is enough, but to
delete an item you need to do RMB->scroll down the list->Delete.
We should add a keyboard shortcut so that hitting the "Del" key directly
deletes the selected object and selects the next one.

I tried to do it but it does not work :-( I made the delete action global to
the DataManager class, called new QAction() it in the constructor and
registered the Qt::Key_Delete shortcut for it. The context menu shows the
shortcut, but hitting the key does nothing (neither with nor without context
menu)

Reproducible: Always

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kst mailing list