mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
print key sequence decoding compatibility
fixes KSnapshot shortcut via khotkeys action Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9e3870667c
commit
730c3ae5a9
1 changed files with 1 additions and 0 deletions
|
@ -662,6 +662,7 @@ static const struct KeyNameTblData {
|
|||
*/
|
||||
|
||||
// decoding compatibility
|
||||
{ Qt::Key_Print, QT_TRANSLATE_NOOP("QShortcut", "Print") },
|
||||
{ Qt::Key_Insert, QT_TRANSLATE_NOOP("QShortcut", "Ins") },
|
||||
{ Qt::Key_Escape, QT_TRANSLATE_NOOP("QShortcut", "Esc") },
|
||||
{ Qt::Key_Delete, QT_TRANSLATE_NOOP("QShortcut", "Del") },
|
||||
|
|
Loading…
Add table
Reference in a new issue