~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to qml/Launcher/Launcher.qml

  • Committer: Michael Zanetti
  • Date: 2016-11-30 13:28:07 UTC
  • mfrom: (2704 unity8)
  • mto: This revision was merged to the branch mainline in revision 2739.
  • Revision ID: michael.zanetti@canonical.com-20161130132807-c314dqdxenzwy69c
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
            event.accepted = true;
171
171
            break;
172
172
        case Qt.Key_Right:
 
173
        case Qt.Key_Menu:
173
174
            panel.openQuicklist(panel.highlightIndex)
174
175
            event.accepted = true;
175
176
            break;