Add name for the Touchpad[Toggle|On|Off] keys
Change-Id: I22de911fa56165b36ca9a4c9d22673e11603a746 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
This commit is contained in:
parent
34aba4724f
commit
5a8555f576
@ -664,6 +664,9 @@ static const struct {
|
|||||||
{ Qt::Key_Play, QT_TRANSLATE_NOOP("QShortcut", "Play") },
|
{ Qt::Key_Play, QT_TRANSLATE_NOOP("QShortcut", "Play") },
|
||||||
{ Qt::Key_Zoom, QT_TRANSLATE_NOOP("QShortcut", "Zoom") },
|
{ Qt::Key_Zoom, QT_TRANSLATE_NOOP("QShortcut", "Zoom") },
|
||||||
{ Qt::Key_Exit, QT_TRANSLATE_NOOP("QShortcut", "Exit") },
|
{ Qt::Key_Exit, QT_TRANSLATE_NOOP("QShortcut", "Exit") },
|
||||||
|
{ Qt::Key_TouchpadToggle, QT_TRANSLATE_NOOP("QShortcut", "Touchpad Toggle") },
|
||||||
|
{ Qt::Key_TouchpadOn, QT_TRANSLATE_NOOP("QShortcut", "Touchpad On") },
|
||||||
|
{ Qt::Key_TouchpadOff, QT_TRANSLATE_NOOP("QShortcut", "Touchpad Off") },
|
||||||
|
|
||||||
{ 0, 0 }
|
{ 0, 0 }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user