openshot-audio  0.1.2
Classes | Variables
KeyPressHelpers Namespace Reference

Classes

struct  KeyNameAndCode
 
struct  ModifierDescription
 

Variables

const KeyNameAndCode translations []
 

Variable Documentation

◆ translations

const KeyNameAndCode KeyPressHelpers::translations[]
Initial value:
=
{
{ "spacebar", KeyPress::spaceKey },
{ "return", KeyPress::returnKey },
{ "escape", KeyPress::escapeKey },
{ "backspace", KeyPress::backspaceKey },
{ "cursor left", KeyPress::leftKey },
{ "cursor right", KeyPress::rightKey },
{ "cursor up", KeyPress::upKey },
{ "cursor down", KeyPress::downKey },
{ "page up", KeyPress::pageUpKey },
{ "page down", KeyPress::pageDownKey },
{ "home", KeyPress::homeKey },
{ "end", KeyPress::endKey },
{ "delete", KeyPress::deleteKey },
{ "insert", KeyPress::insertKey },
{ "tab", KeyPress::tabKey },
{ "play", KeyPress::playKey },
{ "stop", KeyPress::stopKey },
{ "fast forward", KeyPress::fastForwardKey },
{ "rewind", KeyPress::rewindKey }
}
static const int pageUpKey
Definition: juce_KeyPress.h:197
static const int endKey
Definition: juce_KeyPress.h:200
static const int deleteKey
Definition: juce_KeyPress.h:189
static const int rewindKey
Definition: juce_KeyPress.h:242
static const int insertKey
Definition: juce_KeyPress.h:191
static const int leftKey
Definition: juce_KeyPress.h:195
static const int downKey
Definition: juce_KeyPress.h:194
static const int backspaceKey
Definition: juce_KeyPress.h:190
static const int returnKey
Definition: juce_KeyPress.h:186
static const int tabKey
Definition: juce_KeyPress.h:187
static const int fastForwardKey
Definition: juce_KeyPress.h:241
static const int homeKey
Definition: juce_KeyPress.h:199
static const int pageDownKey
Definition: juce_KeyPress.h:198
static const int spaceKey
Definition: juce_KeyPress.h:184
static const int escapeKey
Definition: juce_KeyPress.h:185
static const int rightKey
Definition: juce_KeyPress.h:196
static const int stopKey
Definition: juce_KeyPress.h:240
static const int upKey
Definition: juce_KeyPress.h:193
static const int playKey
Definition: juce_KeyPress.h:239