QTfrontend/sdlkeys.h
branchqmlfrontend
changeset 11481 caa1e84c3ac2
parent 11470 b8c14f26a2fb
child 13175 9f6f2e51d2ef
equal deleted inserted replaced
11480:b0c34402038c 11481:caa1e84c3ac2
   116     {"right", QT_TRANSLATE_NOOP("binds (keys)", "Right")},
   116     {"right", QT_TRANSLATE_NOOP("binds (keys)", "Right")},
   117     {"left", QT_TRANSLATE_NOOP("binds (keys)", "Left")},
   117     {"left", QT_TRANSLATE_NOOP("binds (keys)", "Left")},
   118     {"insert", QT_TRANSLATE_NOOP("binds (keys)", "Insert")},
   118     {"insert", QT_TRANSLATE_NOOP("binds (keys)", "Insert")},
   119     {"home", QT_TRANSLATE_NOOP("binds (keys)", "Home")},
   119     {"home", QT_TRANSLATE_NOOP("binds (keys)", "Home")},
   120     {"end", QT_TRANSLATE_NOOP("binds (keys)", "End")},
   120     {"end", QT_TRANSLATE_NOOP("binds (keys)", "End")},
   121     {"page up", QT_TRANSLATE_NOOP("binds (keys)", "Page up")},
   121     {"page_up", QT_TRANSLATE_NOOP("binds (keys)", "Page up")},
   122     {"page down", QT_TRANSLATE_NOOP("binds (keys)", "Page down")},
   122     {"page_down", QT_TRANSLATE_NOOP("binds (keys)", "Page down")},
   123     {"f1", "F1"},
   123     {"f1", "F1"},
   124     {"f2", "F2"},
   124     {"f2", "F2"},
   125     {"f3", "F3"},
   125     {"f3", "F3"},
   126     {"f4", "F4"},
   126     {"f4", "F4"},
   127     {"f5", "F5"},
   127     {"f5", "F5"},