Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages

Actions that we have defined. More...

Variables

constexpr const int ACTION_NONE = 0
 
constexpr const int ACTION_MOVE_LEFT = 1
 
constexpr const int ACTION_MOVE_RIGHT = 2
 
constexpr const int ACTION_MOVE_UP = 3
 
constexpr const int ACTION_MOVE_DOWN = 4
 
constexpr const int ACTION_PAGE_UP = 5
 
constexpr const int ACTION_PAGE_DOWN = 6
 
constexpr const int ACTION_SELECT_ITEM = 7
 
constexpr const int ACTION_HIGHLIGHT_ITEM = 8
 
constexpr const int ACTION_PARENT_DIR = 9
 
constexpr const int ACTION_PREVIOUS_MENU = 10
 
constexpr const int ACTION_SHOW_INFO = 11
 
constexpr const int ACTION_PAUSE = 12
 
constexpr const int ACTION_STOP = 13
 
constexpr const int ACTION_NEXT_ITEM = 14
 
constexpr const int ACTION_PREV_ITEM = 15
 
constexpr const int ACTION_FORWARD = 16
 
constexpr const int ACTION_REWIND = 17
 
constexpr const int ACTION_SHOW_GUI = 18
 Toggle between GUI and movie or GUI and visualisation.
 
constexpr const int ACTION_ASPECT_RATIO = 19
 Toggle quick-access zoom modes. Can be used in videoFullScreen.zml window id=2005.
 
constexpr const int ACTION_STEP_FORWARD = 20
 Seek +1% in the movie. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_STEP_BACK = 21
 Seek -1% in the movie. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_BIG_STEP_FORWARD = 22
 Seek +10% in the movie. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_BIG_STEP_BACK = 23
 Seek -10% in the movie. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_SHOW_OSD = 24
 Show/hide OSD. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_SHOW_SUBTITLES = 25
 Turn subtitles on/off. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_NEXT_SUBTITLE = 26
 Switch to next subtitle of movie. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_PLAYER_DEBUG = 27
 Show debug info for VideoPlayer.
 
constexpr const int ACTION_NEXT_PICTURE = 28
 Show next picture of slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_PREV_PICTURE = 29
 Show previous picture of slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_OUT = 30
 Zoom in picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_IN = 31
 Zoom out picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_TOGGLE_SOURCE_DEST = 32
 
constexpr const int ACTION_SHOW_PLAYLIST = 33
 Used to toggle between current view and playlist view. Can be used in all mymusic xml files.
 
constexpr const int ACTION_QUEUE_ITEM = 34
 Used to queue a item to the playlist. Can be used in all mymusic xml files.
 
constexpr const int ACTION_REMOVE_ITEM = 35
 Not used anymore.
 
constexpr const int ACTION_SHOW_FULLSCREEN = 36
 Not used anymore.
 
constexpr const int ACTION_ZOOM_LEVEL_NORMAL = 37
 Zoom 1x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_1 = 38
 Zoom 2x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_2 = 39
 Zoom 3x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_3 = 40
 Zoom 4x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_4 = 41
 Zoom 5x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_5 = 42
 Zoom 6x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_6 = 43
 Zoom 7x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_7 = 44
 Zoom 8x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_8 = 45
 Zoom 9x picture during slideshow. Can be used in slideshow.xml window id=2007.
 
constexpr const int ACTION_ZOOM_LEVEL_9 = 46
 
constexpr const int ACTION_CALIBRATE_SWAP_ARROWS = 47
 
constexpr const int ACTION_CALIBRATE_RESET = 48
 
constexpr const int ACTION_ANALOG_MOVE = 49
 
constexpr const int ACTION_ROTATE_PICTURE_CW = 50
 
constexpr const int ACTION_ROTATE_PICTURE_CCW = 51
 
constexpr const int ACTION_SUBTITLE_DELAY_MIN = 52
 Decrease subtitle/movie Delay. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_SUBTITLE_DELAY_PLUS = 53
 Increase subtitle/movie Delay. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_AUDIO_DELAY_MIN = 54
 Increase avsync delay. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_AUDIO_DELAY_PLUS = 55
 Decrease avsync delay. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_AUDIO_NEXT_LANGUAGE = 56
 Select next language in movie. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_CHANGE_RESOLUTION = 57
 
constexpr const int ACTION_PLAYER_PROCESS_INFO = 69
 
constexpr const int ACTION_PLAYER_PROGRAM_SELECT = 70
 
constexpr const int ACTION_PLAYER_RESOLUTION_SELECT = 71
 
constexpr const int ACTION_SMALL_STEP_BACK = 76
 
constexpr const int ACTION_PLAYER_FORWARD = 77
 FF in current file played. global action, can be used anywhere.
 
constexpr const int ACTION_PLAYER_REWIND = 78
 RW in current file played. global action, can be used anywhere.
 
constexpr const int ACTION_PLAYER_PLAY = 79
 
constexpr const int ACTION_DELETE_ITEM = 80
 
constexpr const int ACTION_COPY_ITEM = 81
 Copy current selected item. Can be used in myfiles.xml window id=3.
 
constexpr const int ACTION_MOVE_ITEM = 82
 Move current selected item. Can be used in myfiles.xml window id=3.
 
constexpr const int ACTION_TAKE_SCREENSHOT = 85
 Take a screenshot.
 
constexpr const int ACTION_RENAME_ITEM = 87
 Rename item.
 
constexpr const int ACTION_VOLUME_UP = 88
 
constexpr const int ACTION_VOLUME_DOWN = 89
 
constexpr const int ACTION_VOLAMP = 90
 
constexpr const int ACTION_MUTE = 91
 
constexpr const int ACTION_NAV_BACK = 92
 
constexpr const int ACTION_VOLAMP_UP = 93
 
constexpr const int ACTION_VOLAMP_DOWN = 94
 
constexpr const int ACTION_CREATE_EPISODE_BOOKMARK = 95
 
constexpr const int ACTION_CREATE_BOOKMARK = 96
 Creates a bookmark of the currently playing video file.
 
constexpr const int ACTION_CHAPTER_OR_BIG_STEP_FORWARD = 97
 Goto the next chapter, if not available perform a big step forward.
 
constexpr const int ACTION_CHAPTER_OR_BIG_STEP_BACK = 98
 Goto the previous chapter, if not available perform a big step back.
 
constexpr const int ACTION_CYCLE_SUBTITLE = 99
 
constexpr const int ACTION_MOUSE_START = 100
 
constexpr const int ACTION_MOUSE_LEFT_CLICK = 100
 
constexpr const int ACTION_MOUSE_RIGHT_CLICK = 101
 
constexpr const int ACTION_MOUSE_MIDDLE_CLICK = 102
 
constexpr const int ACTION_MOUSE_DOUBLE_CLICK = 103
 
constexpr const int ACTION_MOUSE_WHEEL_UP = 104
 
constexpr const int ACTION_MOUSE_WHEEL_DOWN = 105
 
constexpr const int ACTION_MOUSE_DRAG = 106
 
constexpr const int ACTION_MOUSE_MOVE = 107
 
constexpr const int ACTION_MOUSE_LONG_CLICK = 108
 
constexpr const int ACTION_MOUSE_DRAG_END = 109
 
constexpr const int ACTION_MOUSE_END = 109
 
constexpr const int ACTION_BACKSPACE = 110
 
constexpr const int ACTION_SCROLL_UP = 111
 
constexpr const int ACTION_SCROLL_DOWN = 112
 
constexpr const int ACTION_ANALOG_FORWARD = 113
 
constexpr const int ACTION_ANALOG_REWIND = 114
 
constexpr const int ACTION_MOVE_ITEM_UP = 115
 move item up in playlist
 
constexpr const int ACTION_MOVE_ITEM_DOWN = 116
 move item down in playlist
 
constexpr const int ACTION_CONTEXT_MENU = 117
 pops up the context menu
 
constexpr const int ACTION_SHIFT = 118
 stuff for virtual keyboard shortcuts
 
constexpr const int ACTION_SYMBOLS = 119
 stuff for virtual keyboard shortcuts
 
constexpr const int ACTION_CURSOR_LEFT = 120
 stuff for virtual keyboard shortcuts
 
constexpr const int ACTION_CURSOR_RIGHT = 121
 stuff for virtual keyboard shortcuts
 
constexpr const int ACTION_BUILT_IN_FUNCTION = 122
 
constexpr const int ACTION_SHOW_OSD_TIME = 123
 Displays current time, can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_ANALOG_SEEK_FORWARD = 124
 seeks forward, and displays the seek bar.
 
constexpr const int ACTION_ANALOG_SEEK_BACK = 125
 seeks backward, and displays the seek bar.
 
constexpr const int ACTION_VIS_PRESET_SHOW = 126
 
constexpr const int ACTION_VIS_PRESET_NEXT = 128
 
constexpr const int ACTION_VIS_PRESET_PREV = 129
 
constexpr const int ACTION_VIS_PRESET_LOCK = 130
 
constexpr const int ACTION_VIS_PRESET_RANDOM = 131
 
constexpr const int ACTION_VIS_RATE_PRESET_PLUS = 132
 
constexpr const int ACTION_VIS_RATE_PRESET_MINUS = 133
 
constexpr const int ACTION_SHOW_VIDEOMENU = 134
 
constexpr const int ACTION_ENTER = 135
 
constexpr const int ACTION_INCREASE_RATING = 136
 
constexpr const int ACTION_DECREASE_RATING = 137
 
constexpr const int ACTION_NEXT_SCENE = 138
 switch to next scene/cutpoint in movie
 
constexpr const int ACTION_PREV_SCENE = 139
 switch to previous scene/cutpoint in movie
 
constexpr const int ACTION_NEXT_LETTER = 140
 jump through a list or container by letter
 
constexpr const int ACTION_PREV_LETTER = 141
 
constexpr const int ACTION_JUMP_SMS2 = 142
 Jump direct to a particular letter using SMS-style input.
 
constexpr const int ACTION_JUMP_SMS3 = 143
 
constexpr const int ACTION_JUMP_SMS4 = 144
 
constexpr const int ACTION_JUMP_SMS5 = 145
 
constexpr const int ACTION_JUMP_SMS6 = 146
 
constexpr const int ACTION_JUMP_SMS7 = 147
 
constexpr const int ACTION_JUMP_SMS8 = 148
 
constexpr const int ACTION_JUMP_SMS9 = 149
 
constexpr const int ACTION_FILTER_CLEAR = 150
 
constexpr const int ACTION_FILTER_SMS2 = 151
 
constexpr const int ACTION_FILTER_SMS3 = 152
 
constexpr const int ACTION_FILTER_SMS4 = 153
 
constexpr const int ACTION_FILTER_SMS5 = 154
 
constexpr const int ACTION_FILTER_SMS6 = 155
 
constexpr const int ACTION_FILTER_SMS7 = 156
 
constexpr const int ACTION_FILTER_SMS8 = 157
 
constexpr const int ACTION_FILTER_SMS9 = 158
 
constexpr const int ACTION_FIRST_PAGE = 159
 
constexpr const int ACTION_LAST_PAGE = 160
 
constexpr const int ACTION_AUDIO_DELAY = 161
 
constexpr const int ACTION_SUBTITLE_DELAY = 162
 
constexpr const int ACTION_MENU = 163
 
constexpr const int ACTION_SET_RATING = 164
 
constexpr const int ACTION_PREV_SUBTITLE = 165
 
constexpr const int ACTION_RECORD = 170
 
constexpr const int ACTION_PASTE = 180
 
constexpr const int ACTION_NEXT_CONTROL = 181
 
constexpr const int ACTION_PREV_CONTROL = 182
 
constexpr const int ACTION_CHANNEL_SWITCH = 183
 
constexpr const int ACTION_CHANNEL_UP = 184
 
constexpr const int ACTION_CHANNEL_DOWN = 185
 
constexpr const int ACTION_NEXT_CHANNELGROUP = 186
 
constexpr const int ACTION_PREVIOUS_CHANNELGROUP = 187
 
constexpr const int ACTION_PVR_PLAY = 188
 
constexpr const int ACTION_PVR_PLAY_TV = 189
 
constexpr const int ACTION_PVR_PLAY_RADIO = 190
 
constexpr const int ACTION_PVR_SHOW_TIMER_RULE = 191
 
constexpr const int ACTION_CHANNEL_NUMBER_SEP = 192
 
constexpr const int ACTION_PVR_ANNOUNCE_REMINDERS = 193
 
constexpr const int ACTION_TOGGLE_FULLSCREEN = 199
 switch 2 desktop resolution
 
constexpr const int ACTION_TOGGLE_WATCHED = 200
 Toggle watched status (videos)
 
constexpr const int ACTION_SCAN_ITEM = 201
 scan item
 
constexpr const int ACTION_TOGGLE_DIGITAL_ANALOG = 202
 switch digital <-> analog
 
constexpr const int ACTION_RELOAD_KEYMAPS = 203
 reloads CButtonTranslator's keymaps
 
constexpr const int ACTION_GUIPROFILE_BEGIN = 204
 start the GUIControlProfiler running
 
constexpr const int ACTION_TELETEXT_RED = 215
 Teletext Color button Red to control TopText.
 
constexpr const int ACTION_TELETEXT_GREEN = 216
 Teletext Color button Green to control TopText.
 
constexpr const int ACTION_TELETEXT_YELLOW = 217
 Teletext Color button Yellow to control TopText.
 
constexpr const int ACTION_TELETEXT_BLUE = 218
 Teletext Color button Blue to control TopText.
 
constexpr const int ACTION_INCREASE_PAR = 219
 
constexpr const int ACTION_DECREASE_PAR = 220
 
constexpr const int ACTION_VSHIFT_UP = 227
 shift up video image in VideoPlayer
 
constexpr const int ACTION_VSHIFT_DOWN = 228
 shift down video image in VideoPlayer
 
constexpr const int ACTION_PLAYER_PLAYPAUSE = 229
 Play/pause. If playing it pauses, if paused it plays.
 
constexpr const int ACTION_SUBTITLE_VSHIFT_UP = 230
 shift up subtitles in VideoPlayer
 
constexpr const int ACTION_SUBTITLE_VSHIFT_DOWN = 231
 shift down subtitles in VideoPlayer
 
constexpr const int ACTION_SUBTITLE_ALIGN = 232
 toggle vertical alignment of subtitles
 
constexpr const int ACTION_FILTER = 233
 
constexpr const int ACTION_SWITCH_PLAYER = 234
 
constexpr const int ACTION_STEREOMODE_NEXT = 235
 
constexpr const int ACTION_STEREOMODE_PREVIOUS = 236
 
constexpr const int ACTION_STEREOMODE_TOGGLE = 237
 turns 3d mode on/off
 
constexpr const int ACTION_STEREOMODE_SELECT = 238
 
constexpr const int ACTION_STEREOMODE_TOMONO = 239
 
constexpr const int ACTION_STEREOMODE_SET = 240
 
constexpr const int ACTION_SETTINGS_RESET = 241
 
constexpr const int ACTION_SETTINGS_LEVEL_CHANGE = 242
 
constexpr const int ACTION_TRIGGER_OSD = 243
 Show autoclosing OSD. Can be used in videoFullScreen.xml window id=2005.
 
constexpr const int ACTION_INPUT_TEXT = 244
 
constexpr const int ACTION_VOLUME_SET = 245
 
constexpr const int ACTION_TOGGLE_COMMSKIP = 246
 
constexpr const int ACTION_BROWSE_SUBTITLE = 247
 Browse for subtitle. Can be used in videofullscreen.
 
constexpr const int ACTION_PLAYER_RESET = 248
 Send a reset command to the active game.
 
constexpr const int ACTION_TOGGLE_FONT = 249
 Toggle font. Used in TextViewer dialog.
 
constexpr const int ACTION_VIDEO_NEXT_STREAM = 250
 Cycle video streams. Used in videofullscreen.
 
constexpr const int ACTION_QUEUE_ITEM_NEXT = 251
 Used to queue an item to the next position in the playlist.
 
constexpr const int ACTION_HDR_TOGGLE = 260
 Toggle display HDR on/off.
 
constexpr const int ACTION_CYCLE_TONEMAP_METHOD = 261
 Switch to next tonemap method.
 
constexpr const int ACTION_PLAYER_DEBUG_VIDEO = 262
 Show debug info for video (source format, metadata, shaders, render flags and output format)
 
constexpr const int ACTION_KEYBOARD_COMPOSING_KEY = 263
 Keyboard is composing a key (sequence started by a dead key press)
 
constexpr const int ACTION_KEYBOARD_COMPOSING_KEY_CANCELLED = 264
 Keyboard has canceled the key composition.
 
constexpr const int ACTION_KEYBOARD_COMPOSING_KEY_FINISHED = 265
 Keyboard has finishing the key composition.
 
constexpr const int ACTION_PLAYER_INCREASE_TEMPO = 266
 Tempo change in current file played. global action, can be used anywhere.
 
constexpr const int ACTION_PLAYER_DECREASE_TEMPO = 267
 
constexpr const int ACTION_DIALOG_SELECT_VIDEO = 270
 Open the dialog window to select a video stream.
 
constexpr const int ACTION_DIALOG_SELECT_AUDIO = 271
 Open the dialog window to select a audio stream.
 
constexpr const int ACTION_DIALOG_SELECT_SUBTITLE = 272
 Open the dialog window to select a subtitle stream.
 
constexpr const int ACTION_VOICE_RECOGNIZE = 300
 
constexpr const int ACTION_TOUCH_TAP = 401
 touch actions
 
constexpr const int ACTION_TOUCH_TAP_TEN = 410
 touch actions
 
constexpr const int ACTION_TOUCH_LONGPRESS = 411
 touch actions
 
constexpr const int ACTION_TOUCH_LONGPRESS_TEN = 420
 touch actions
 
constexpr const int ACTION_GESTURE_NOTIFY = 500
 
constexpr const int ACTION_GESTURE_BEGIN = 501
 
constexpr const int ACTION_GESTURE_ZOOM = 502
 
constexpr const int ACTION_GESTURE_ROTATE = 503
 
constexpr const int ACTION_GESTURE_PAN = 504
 
constexpr const int ACTION_GESTURE_ABORT = 505
 gesture was interrupted in unspecified state
 
constexpr const int ACTION_GESTURE_SWIPE_LEFT = 511
 
constexpr const int ACTION_GESTURE_SWIPE_LEFT_TEN = 520
 
constexpr const int ACTION_GESTURE_SWIPE_RIGHT = 521
 
constexpr const int ACTION_GESTURE_SWIPE_RIGHT_TEN = 530
 
constexpr const int ACTION_GESTURE_SWIPE_UP = 531
 
constexpr const int ACTION_GESTURE_SWIPE_UP_TEN = 540
 
constexpr const int ACTION_GESTURE_SWIPE_DOWN = 541
 
constexpr const int ACTION_GESTURE_SWIPE_DOWN_TEN = 550
 
constexpr const int ACTION_GESTURE_END = 599
 5xx is reserved for additional gesture actions
 
constexpr const int ACTION_ANALOG_MOVE_X_LEFT = 601
 Other, non-gesture actions.
 
constexpr const int ACTION_ANALOG_MOVE_X_RIGHT = 602
 analog thumbstick move, vertical axis, up; see ACTION_ANALOG_MOVE
 
constexpr const int ACTION_ANALOG_MOVE_Y_UP = 603
 analog thumbstick move, vertical axis, down; see ACTION_ANALOG_MOVE
 
constexpr const int ACTION_ANALOG_MOVE_Y_DOWN = 604
 
constexpr const int ACTION_ERROR = 998
 
constexpr const int ACTION_NOOP = 999
 
constexpr const int REMOTE_0 = 58
 
constexpr const int REMOTE_1 = 59
 
constexpr const int REMOTE_2 = 60
 
constexpr const int REMOTE_3 = 61
 
constexpr const int REMOTE_4 = 62
 
constexpr const int REMOTE_5 = 63
 
constexpr const int REMOTE_6 = 64
 
constexpr const int REMOTE_7 = 65
 
constexpr const int REMOTE_8 = 66
 
constexpr const int REMOTE_9 = 67
 

Detailed Description

Actions that we have defined.

Variable Documentation

◆ ACTION_ANALOG_FORWARD

const int ACTION_ANALOG_FORWARD = 113
constexpr

◆ ACTION_ANALOG_MOVE

const int ACTION_ANALOG_MOVE = 49
constexpr

Analog thumbstick move. Can be used in: slideshow.xml windowid=2007/settingsScreenCalibration.xml windowid=11/settingsUICalibration.xml windowid=10

Note
see also ACTION_ANALOG_MOVE_X_LEFT, ACTION_ANALOG_MOVE_X_RIGHT, ACTION_ANALOG_MOVE_Y_UP, ACTION_ANALOG_MOVE_Y_DOWN

◆ ACTION_ANALOG_MOVE_X_LEFT

const int ACTION_ANALOG_MOVE_X_LEFT = 601
constexpr

Other, non-gesture actions.

< analog thumbstick move, horizontal axis, left; see ACTION_ANALOG_MOVE analog thumbstick move, horizontal axis, right; see ACTION_ANALOG_MOVE

◆ ACTION_ANALOG_MOVE_X_RIGHT

const int ACTION_ANALOG_MOVE_X_RIGHT = 602
constexpr

analog thumbstick move, vertical axis, up; see ACTION_ANALOG_MOVE

◆ ACTION_ANALOG_MOVE_Y_DOWN

const int ACTION_ANALOG_MOVE_Y_DOWN = 604
constexpr

◆ ACTION_ANALOG_MOVE_Y_UP

const int ACTION_ANALOG_MOVE_Y_UP = 603
constexpr

analog thumbstick move, vertical axis, down; see ACTION_ANALOG_MOVE

◆ ACTION_ANALOG_REWIND

const int ACTION_ANALOG_REWIND = 114
constexpr

◆ ACTION_ANALOG_SEEK_BACK

const int ACTION_ANALOG_SEEK_BACK = 125
constexpr

seeks backward, and displays the seek bar.

◆ ACTION_ANALOG_SEEK_FORWARD

const int ACTION_ANALOG_SEEK_FORWARD = 124
constexpr

seeks forward, and displays the seek bar.

◆ ACTION_ASPECT_RATIO

const int ACTION_ASPECT_RATIO = 19
constexpr

Toggle quick-access zoom modes. Can be used in videoFullScreen.zml window id=2005.

◆ ACTION_AUDIO_DELAY

const int ACTION_AUDIO_DELAY = 161
constexpr

◆ ACTION_AUDIO_DELAY_MIN

const int ACTION_AUDIO_DELAY_MIN = 54
constexpr

Increase avsync delay. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_AUDIO_DELAY_PLUS

const int ACTION_AUDIO_DELAY_PLUS = 55
constexpr

Decrease avsync delay. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_AUDIO_NEXT_LANGUAGE

const int ACTION_AUDIO_NEXT_LANGUAGE = 56
constexpr

Select next language in movie. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_BACKSPACE

const int ACTION_BACKSPACE = 110
constexpr

◆ ACTION_BIG_STEP_BACK

const int ACTION_BIG_STEP_BACK = 23
constexpr

Seek -10% in the movie. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_BIG_STEP_FORWARD

const int ACTION_BIG_STEP_FORWARD = 22
constexpr

Seek +10% in the movie. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_BROWSE_SUBTITLE

const int ACTION_BROWSE_SUBTITLE = 247
constexpr

Browse for subtitle. Can be used in videofullscreen.

◆ ACTION_BUILT_IN_FUNCTION

const int ACTION_BUILT_IN_FUNCTION = 122
constexpr

◆ ACTION_CALIBRATE_RESET

const int ACTION_CALIBRATE_RESET = 48
constexpr

Reset calibration to defaults. Can be used in: settingsScreenCalibration.xml windowid=11/settingsUICalibration.xml windowid=10

◆ ACTION_CALIBRATE_SWAP_ARROWS

const int ACTION_CALIBRATE_SWAP_ARROWS = 47
constexpr

◆ ACTION_CHANGE_RESOLUTION

const int ACTION_CHANGE_RESOLUTION = 57
constexpr

Switch 2 next resolution. Can b used during screen calibration settingsScreenCalibration.xml windowid=11

◆ ACTION_CHANNEL_DOWN

const int ACTION_CHANNEL_DOWN = 185
constexpr

◆ ACTION_CHANNEL_NUMBER_SEP

const int ACTION_CHANNEL_NUMBER_SEP = 192
constexpr

◆ ACTION_CHANNEL_SWITCH

const int ACTION_CHANNEL_SWITCH = 183
constexpr

◆ ACTION_CHANNEL_UP

const int ACTION_CHANNEL_UP = 184
constexpr

◆ ACTION_CHAPTER_OR_BIG_STEP_BACK

const int ACTION_CHAPTER_OR_BIG_STEP_BACK = 98
constexpr

Goto the previous chapter, if not available perform a big step back.

◆ ACTION_CHAPTER_OR_BIG_STEP_FORWARD

const int ACTION_CHAPTER_OR_BIG_STEP_FORWARD = 97
constexpr

Goto the next chapter, if not available perform a big step forward.

◆ ACTION_CONTEXT_MENU

const int ACTION_CONTEXT_MENU = 117
constexpr

pops up the context menu

◆ ACTION_COPY_ITEM

const int ACTION_COPY_ITEM = 81
constexpr

Copy current selected item. Can be used in myfiles.xml window id=3.

◆ ACTION_CREATE_BOOKMARK

const int ACTION_CREATE_BOOKMARK = 96
constexpr

Creates a bookmark of the currently playing video file.

◆ ACTION_CREATE_EPISODE_BOOKMARK

const int ACTION_CREATE_EPISODE_BOOKMARK = 95
constexpr

Creates an episode bookmark on the currently playing video file containing more than one episode

◆ ACTION_CURSOR_LEFT

const int ACTION_CURSOR_LEFT = 120
constexpr

stuff for virtual keyboard shortcuts

◆ ACTION_CURSOR_RIGHT

const int ACTION_CURSOR_RIGHT = 121
constexpr

stuff for virtual keyboard shortcuts

◆ ACTION_CYCLE_SUBTITLE

const int ACTION_CYCLE_SUBTITLE = 99
constexpr

Switch to next subtitle of movie, but will not enable/disable the subtitles. Can be used in videoFullScreen.xml window id=2005

◆ ACTION_CYCLE_TONEMAP_METHOD

const int ACTION_CYCLE_TONEMAP_METHOD = 261
constexpr

Switch to next tonemap method.

◆ ACTION_DECREASE_PAR

const int ACTION_DECREASE_PAR = 220
constexpr

◆ ACTION_DECREASE_RATING

const int ACTION_DECREASE_RATING = 137
constexpr

◆ ACTION_DELETE_ITEM

const int ACTION_DELETE_ITEM = 80
constexpr

Delete current selected item. Can be used in myfiles.xml window id=3 and in myvideoTitle.xml window id=25

◆ ACTION_DIALOG_SELECT_AUDIO

const int ACTION_DIALOG_SELECT_AUDIO = 271
constexpr

Open the dialog window to select a audio stream.

◆ ACTION_DIALOG_SELECT_SUBTITLE

const int ACTION_DIALOG_SELECT_SUBTITLE = 272
constexpr

Open the dialog window to select a subtitle stream.

◆ ACTION_DIALOG_SELECT_VIDEO

const int ACTION_DIALOG_SELECT_VIDEO = 270
constexpr

Open the dialog window to select a video stream.

◆ ACTION_ENTER

const int ACTION_ENTER = 135
constexpr

◆ ACTION_ERROR

const int ACTION_ERROR = 998
constexpr

◆ ACTION_FILTER

const int ACTION_FILTER = 233
constexpr

◆ ACTION_FILTER_CLEAR

const int ACTION_FILTER_CLEAR = 150
constexpr

◆ ACTION_FILTER_SMS2

const int ACTION_FILTER_SMS2 = 151
constexpr

◆ ACTION_FILTER_SMS3

const int ACTION_FILTER_SMS3 = 152
constexpr

◆ ACTION_FILTER_SMS4

const int ACTION_FILTER_SMS4 = 153
constexpr

◆ ACTION_FILTER_SMS5

const int ACTION_FILTER_SMS5 = 154
constexpr

◆ ACTION_FILTER_SMS6

const int ACTION_FILTER_SMS6 = 155
constexpr

◆ ACTION_FILTER_SMS7

const int ACTION_FILTER_SMS7 = 156
constexpr

◆ ACTION_FILTER_SMS8

const int ACTION_FILTER_SMS8 = 157
constexpr

◆ ACTION_FILTER_SMS9

const int ACTION_FILTER_SMS9 = 158
constexpr

◆ ACTION_FIRST_PAGE

const int ACTION_FIRST_PAGE = 159
constexpr

◆ ACTION_FORWARD

const int ACTION_FORWARD = 16
constexpr

Can be used to specify specific action in a window, Playback control is handled in ACTION_PLAYER_*

◆ ACTION_GESTURE_ABORT

const int ACTION_GESTURE_ABORT = 505
constexpr

gesture was interrupted in unspecified state

◆ ACTION_GESTURE_BEGIN

const int ACTION_GESTURE_BEGIN = 501
constexpr

◆ ACTION_GESTURE_END

const int ACTION_GESTURE_END = 599
constexpr

5xx is reserved for additional gesture actions

◆ ACTION_GESTURE_NOTIFY

const int ACTION_GESTURE_NOTIFY = 500
constexpr

◆ ACTION_GESTURE_PAN

const int ACTION_GESTURE_PAN = 504
constexpr

◆ ACTION_GESTURE_ROTATE

const int ACTION_GESTURE_ROTATE = 503
constexpr

◆ ACTION_GESTURE_SWIPE_DOWN

const int ACTION_GESTURE_SWIPE_DOWN = 541
constexpr

◆ ACTION_GESTURE_SWIPE_DOWN_TEN

const int ACTION_GESTURE_SWIPE_DOWN_TEN = 550
constexpr

◆ ACTION_GESTURE_SWIPE_LEFT

const int ACTION_GESTURE_SWIPE_LEFT = 511
constexpr

◆ ACTION_GESTURE_SWIPE_LEFT_TEN

const int ACTION_GESTURE_SWIPE_LEFT_TEN = 520
constexpr

◆ ACTION_GESTURE_SWIPE_RIGHT

const int ACTION_GESTURE_SWIPE_RIGHT = 521
constexpr

◆ ACTION_GESTURE_SWIPE_RIGHT_TEN

const int ACTION_GESTURE_SWIPE_RIGHT_TEN = 530
constexpr

◆ ACTION_GESTURE_SWIPE_UP

const int ACTION_GESTURE_SWIPE_UP = 531
constexpr

◆ ACTION_GESTURE_SWIPE_UP_TEN

const int ACTION_GESTURE_SWIPE_UP_TEN = 540
constexpr

◆ ACTION_GESTURE_ZOOM

const int ACTION_GESTURE_ZOOM = 502
constexpr

sendaction with point and currentPinchScale (fingers together < 1.0 -> fingers apart > 1.0)

◆ ACTION_GUIPROFILE_BEGIN

const int ACTION_GUIPROFILE_BEGIN = 204
constexpr

start the GUIControlProfiler running

◆ ACTION_HDR_TOGGLE

const int ACTION_HDR_TOGGLE = 260
constexpr

Toggle display HDR on/off.

◆ ACTION_HIGHLIGHT_ITEM

const int ACTION_HIGHLIGHT_ITEM = 8
constexpr

◆ ACTION_INCREASE_PAR

const int ACTION_INCREASE_PAR = 219
constexpr

◆ ACTION_INCREASE_RATING

const int ACTION_INCREASE_RATING = 136
constexpr

◆ ACTION_INPUT_TEXT

const int ACTION_INPUT_TEXT = 244
constexpr

◆ ACTION_JUMP_SMS2

const int ACTION_JUMP_SMS2 = 142
constexpr

Jump direct to a particular letter using SMS-style input.

◆ ACTION_JUMP_SMS3

const int ACTION_JUMP_SMS3 = 143
constexpr

◆ ACTION_JUMP_SMS4

const int ACTION_JUMP_SMS4 = 144
constexpr

◆ ACTION_JUMP_SMS5

const int ACTION_JUMP_SMS5 = 145
constexpr

◆ ACTION_JUMP_SMS6

const int ACTION_JUMP_SMS6 = 146
constexpr

◆ ACTION_JUMP_SMS7

const int ACTION_JUMP_SMS7 = 147
constexpr

◆ ACTION_JUMP_SMS8

const int ACTION_JUMP_SMS8 = 148
constexpr

◆ ACTION_JUMP_SMS9

const int ACTION_JUMP_SMS9 = 149
constexpr

◆ ACTION_KEYBOARD_COMPOSING_KEY

const int ACTION_KEYBOARD_COMPOSING_KEY = 263
constexpr

Keyboard is composing a key (sequence started by a dead key press)

◆ ACTION_KEYBOARD_COMPOSING_KEY_CANCELLED

const int ACTION_KEYBOARD_COMPOSING_KEY_CANCELLED = 264
constexpr

Keyboard has canceled the key composition.

◆ ACTION_KEYBOARD_COMPOSING_KEY_FINISHED

const int ACTION_KEYBOARD_COMPOSING_KEY_FINISHED = 265
constexpr

Keyboard has finishing the key composition.

◆ ACTION_LAST_PAGE

const int ACTION_LAST_PAGE = 160
constexpr

◆ ACTION_MENU

const int ACTION_MENU = 163
constexpr

◆ ACTION_MOUSE_DOUBLE_CLICK

const int ACTION_MOUSE_DOUBLE_CLICK = 103
constexpr

◆ ACTION_MOUSE_DRAG

const int ACTION_MOUSE_DRAG = 106
constexpr

◆ ACTION_MOUSE_DRAG_END

const int ACTION_MOUSE_DRAG_END = 109
constexpr

◆ ACTION_MOUSE_END

const int ACTION_MOUSE_END = 109
constexpr

◆ ACTION_MOUSE_LEFT_CLICK

const int ACTION_MOUSE_LEFT_CLICK = 100
constexpr

◆ ACTION_MOUSE_LONG_CLICK

const int ACTION_MOUSE_LONG_CLICK = 108
constexpr

◆ ACTION_MOUSE_MIDDLE_CLICK

const int ACTION_MOUSE_MIDDLE_CLICK = 102
constexpr

◆ ACTION_MOUSE_MOVE

const int ACTION_MOUSE_MOVE = 107
constexpr

◆ ACTION_MOUSE_RIGHT_CLICK

const int ACTION_MOUSE_RIGHT_CLICK = 101
constexpr

◆ ACTION_MOUSE_START

const int ACTION_MOUSE_START = 100
constexpr

◆ ACTION_MOUSE_WHEEL_DOWN

const int ACTION_MOUSE_WHEEL_DOWN = 105
constexpr

◆ ACTION_MOUSE_WHEEL_UP

const int ACTION_MOUSE_WHEEL_UP = 104
constexpr

◆ ACTION_MOVE_DOWN

const int ACTION_MOVE_DOWN = 4
constexpr

◆ ACTION_MOVE_ITEM

const int ACTION_MOVE_ITEM = 82
constexpr

Move current selected item. Can be used in myfiles.xml window id=3.

◆ ACTION_MOVE_ITEM_DOWN

const int ACTION_MOVE_ITEM_DOWN = 116
constexpr

move item down in playlist

◆ ACTION_MOVE_ITEM_UP

const int ACTION_MOVE_ITEM_UP = 115
constexpr

move item up in playlist

◆ ACTION_MOVE_LEFT

const int ACTION_MOVE_LEFT = 1
constexpr

◆ ACTION_MOVE_RIGHT

const int ACTION_MOVE_RIGHT = 2
constexpr

◆ ACTION_MOVE_UP

const int ACTION_MOVE_UP = 3
constexpr

◆ ACTION_MUTE

const int ACTION_MUTE = 91
constexpr

◆ ACTION_NAV_BACK

const int ACTION_NAV_BACK = 92
constexpr

◆ ACTION_NEXT_CHANNELGROUP

const int ACTION_NEXT_CHANNELGROUP = 186
constexpr

◆ ACTION_NEXT_CONTROL

const int ACTION_NEXT_CONTROL = 181
constexpr

◆ ACTION_NEXT_ITEM

const int ACTION_NEXT_ITEM = 14
constexpr

◆ ACTION_NEXT_LETTER

const int ACTION_NEXT_LETTER = 140
constexpr

jump through a list or container by letter

◆ ACTION_NEXT_PICTURE

const int ACTION_NEXT_PICTURE = 28
constexpr

Show next picture of slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_NEXT_SCENE

const int ACTION_NEXT_SCENE = 138
constexpr

switch to next scene/cutpoint in movie

◆ ACTION_NEXT_SUBTITLE

const int ACTION_NEXT_SUBTITLE = 26
constexpr

Switch to next subtitle of movie. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_NONE

const int ACTION_NONE = 0
constexpr

◆ ACTION_NOOP

const int ACTION_NOOP = 999
constexpr

◆ ACTION_PAGE_DOWN

const int ACTION_PAGE_DOWN = 6
constexpr

◆ ACTION_PAGE_UP

const int ACTION_PAGE_UP = 5
constexpr

◆ ACTION_PARENT_DIR

const int ACTION_PARENT_DIR = 9
constexpr

◆ ACTION_PASTE

const int ACTION_PASTE = 180
constexpr

◆ ACTION_PAUSE

const int ACTION_PAUSE = 12
constexpr

◆ ACTION_PLAYER_DEBUG

const int ACTION_PLAYER_DEBUG = 27
constexpr

Show debug info for VideoPlayer.

◆ ACTION_PLAYER_DEBUG_VIDEO

const int ACTION_PLAYER_DEBUG_VIDEO = 262
constexpr

Show debug info for video (source format, metadata, shaders, render flags and output format)

◆ ACTION_PLAYER_DECREASE_TEMPO

const int ACTION_PLAYER_DECREASE_TEMPO = 267
constexpr

◆ ACTION_PLAYER_FORWARD

const int ACTION_PLAYER_FORWARD = 77
constexpr

FF in current file played. global action, can be used anywhere.

◆ ACTION_PLAYER_INCREASE_TEMPO

const int ACTION_PLAYER_INCREASE_TEMPO = 266
constexpr

Tempo change in current file played. global action, can be used anywhere.

◆ ACTION_PLAYER_PLAY

const int ACTION_PLAYER_PLAY = 79
constexpr

Play current song. Unpauses song and sets playspeed to 1x. global action, can be used anywhere

◆ ACTION_PLAYER_PLAYPAUSE

const int ACTION_PLAYER_PLAYPAUSE = 229
constexpr

Play/pause. If playing it pauses, if paused it plays.

◆ ACTION_PLAYER_PROCESS_INFO

const int ACTION_PLAYER_PROCESS_INFO = 69
constexpr

Show player process info (video decoder, pixel format, pvr signal strength and the like

◆ ACTION_PLAYER_PROGRAM_SELECT

const int ACTION_PLAYER_PROGRAM_SELECT = 70
constexpr

◆ ACTION_PLAYER_RESET

const int ACTION_PLAYER_RESET = 248
constexpr

Send a reset command to the active game.

◆ ACTION_PLAYER_RESOLUTION_SELECT

const int ACTION_PLAYER_RESOLUTION_SELECT = 71
constexpr

◆ ACTION_PLAYER_REWIND

const int ACTION_PLAYER_REWIND = 78
constexpr

RW in current file played. global action, can be used anywhere.

◆ ACTION_PREV_CONTROL

const int ACTION_PREV_CONTROL = 182
constexpr

◆ ACTION_PREV_ITEM

const int ACTION_PREV_ITEM = 15
constexpr

◆ ACTION_PREV_LETTER

const int ACTION_PREV_LETTER = 141
constexpr

◆ ACTION_PREV_PICTURE

const int ACTION_PREV_PICTURE = 29
constexpr

Show previous picture of slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_PREV_SCENE

const int ACTION_PREV_SCENE = 139
constexpr

switch to previous scene/cutpoint in movie

◆ ACTION_PREV_SUBTITLE

const int ACTION_PREV_SUBTITLE = 165
constexpr

◆ ACTION_PREVIOUS_CHANNELGROUP

const int ACTION_PREVIOUS_CHANNELGROUP = 187
constexpr

◆ ACTION_PREVIOUS_MENU

const int ACTION_PREVIOUS_MENU = 10
constexpr

◆ ACTION_PVR_ANNOUNCE_REMINDERS

const int ACTION_PVR_ANNOUNCE_REMINDERS = 193
constexpr

◆ ACTION_PVR_PLAY

const int ACTION_PVR_PLAY = 188
constexpr

◆ ACTION_PVR_PLAY_RADIO

const int ACTION_PVR_PLAY_RADIO = 190
constexpr

◆ ACTION_PVR_PLAY_TV

const int ACTION_PVR_PLAY_TV = 189
constexpr

◆ ACTION_PVR_SHOW_TIMER_RULE

const int ACTION_PVR_SHOW_TIMER_RULE = 191
constexpr

◆ ACTION_QUEUE_ITEM

const int ACTION_QUEUE_ITEM = 34
constexpr

Used to queue a item to the playlist. Can be used in all mymusic xml files.

◆ ACTION_QUEUE_ITEM_NEXT

const int ACTION_QUEUE_ITEM_NEXT = 251
constexpr

Used to queue an item to the next position in the playlist.

◆ ACTION_RECORD

const int ACTION_RECORD = 170
constexpr

◆ ACTION_RELOAD_KEYMAPS

const int ACTION_RELOAD_KEYMAPS = 203
constexpr

reloads CButtonTranslator's keymaps

◆ ACTION_REMOVE_ITEM

const int ACTION_REMOVE_ITEM = 35
constexpr

Not used anymore.

◆ ACTION_RENAME_ITEM

const int ACTION_RENAME_ITEM = 87
constexpr

Rename item.

◆ ACTION_REWIND

const int ACTION_REWIND = 17
constexpr

Can be used to specify specific action in a window, Playback control is handled in ACTION_PLAYER_*

◆ ACTION_ROTATE_PICTURE_CCW

const int ACTION_ROTATE_PICTURE_CCW = 51
constexpr

Rotate current picture counterclockwise during slideshow. Can be used in slideshow.xml window id=2007

◆ ACTION_ROTATE_PICTURE_CW

const int ACTION_ROTATE_PICTURE_CW = 50
constexpr

Rotate current picture clockwise during slideshow. Can be used in slideshow.xml window < id=2007

◆ ACTION_SCAN_ITEM

const int ACTION_SCAN_ITEM = 201
constexpr

scan item

◆ ACTION_SCROLL_DOWN

const int ACTION_SCROLL_DOWN = 112
constexpr

◆ ACTION_SCROLL_UP

const int ACTION_SCROLL_UP = 111
constexpr

◆ ACTION_SELECT_ITEM

const int ACTION_SELECT_ITEM = 7
constexpr

◆ ACTION_SET_RATING

const int ACTION_SET_RATING = 164
constexpr

◆ ACTION_SETTINGS_LEVEL_CHANGE

const int ACTION_SETTINGS_LEVEL_CHANGE = 242
constexpr

◆ ACTION_SETTINGS_RESET

const int ACTION_SETTINGS_RESET = 241
constexpr

◆ ACTION_SHIFT

const int ACTION_SHIFT = 118
constexpr

stuff for virtual keyboard shortcuts

◆ ACTION_SHOW_FULLSCREEN

const int ACTION_SHOW_FULLSCREEN = 36
constexpr

Not used anymore.

◆ ACTION_SHOW_GUI

const int ACTION_SHOW_GUI = 18
constexpr

Toggle between GUI and movie or GUI and visualisation.

◆ ACTION_SHOW_INFO

const int ACTION_SHOW_INFO = 11
constexpr

◆ ACTION_SHOW_OSD

const int ACTION_SHOW_OSD = 24
constexpr

Show/hide OSD. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_SHOW_OSD_TIME

const int ACTION_SHOW_OSD_TIME = 123
constexpr

Displays current time, can be used in videoFullScreen.xml window id=2005.

◆ ACTION_SHOW_PLAYLIST

const int ACTION_SHOW_PLAYLIST = 33
constexpr

Used to toggle between current view and playlist view. Can be used in all mymusic xml files.

◆ ACTION_SHOW_SUBTITLES

const int ACTION_SHOW_SUBTITLES = 25
constexpr

Turn subtitles on/off. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_SHOW_VIDEOMENU

const int ACTION_SHOW_VIDEOMENU = 134
constexpr

◆ ACTION_SMALL_STEP_BACK

const int ACTION_SMALL_STEP_BACK = 76
constexpr

Jumps a few seconds back during playback of movie. Can be used in videoFullScreen.xml window id=2005

◆ ACTION_STEP_BACK

const int ACTION_STEP_BACK = 21
constexpr

Seek -1% in the movie. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_STEP_FORWARD

const int ACTION_STEP_FORWARD = 20
constexpr

Seek +1% in the movie. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_STEREOMODE_NEXT

const int ACTION_STEREOMODE_NEXT = 235
constexpr

◆ ACTION_STEREOMODE_PREVIOUS

const int ACTION_STEREOMODE_PREVIOUS = 236
constexpr

◆ ACTION_STEREOMODE_SELECT

const int ACTION_STEREOMODE_SELECT = 238
constexpr

◆ ACTION_STEREOMODE_SET

const int ACTION_STEREOMODE_SET = 240
constexpr

◆ ACTION_STEREOMODE_TOGGLE

const int ACTION_STEREOMODE_TOGGLE = 237
constexpr

turns 3d mode on/off

◆ ACTION_STEREOMODE_TOMONO

const int ACTION_STEREOMODE_TOMONO = 239
constexpr

◆ ACTION_STOP

const int ACTION_STOP = 13
constexpr

◆ ACTION_SUBTITLE_ALIGN

const int ACTION_SUBTITLE_ALIGN = 232
constexpr

toggle vertical alignment of subtitles

◆ ACTION_SUBTITLE_DELAY

const int ACTION_SUBTITLE_DELAY = 162
constexpr

◆ ACTION_SUBTITLE_DELAY_MIN

const int ACTION_SUBTITLE_DELAY_MIN = 52
constexpr

Decrease subtitle/movie Delay. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_SUBTITLE_DELAY_PLUS

const int ACTION_SUBTITLE_DELAY_PLUS = 53
constexpr

Increase subtitle/movie Delay. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_SUBTITLE_VSHIFT_DOWN

const int ACTION_SUBTITLE_VSHIFT_DOWN = 231
constexpr

shift down subtitles in VideoPlayer

◆ ACTION_SUBTITLE_VSHIFT_UP

const int ACTION_SUBTITLE_VSHIFT_UP = 230
constexpr

shift up subtitles in VideoPlayer

◆ ACTION_SWITCH_PLAYER

const int ACTION_SWITCH_PLAYER = 234
constexpr

◆ ACTION_SYMBOLS

const int ACTION_SYMBOLS = 119
constexpr

stuff for virtual keyboard shortcuts

◆ ACTION_TAKE_SCREENSHOT

const int ACTION_TAKE_SCREENSHOT = 85
constexpr

Take a screenshot.

◆ ACTION_TELETEXT_BLUE

const int ACTION_TELETEXT_BLUE = 218
constexpr

Teletext Color button Blue to control TopText.

◆ ACTION_TELETEXT_GREEN

const int ACTION_TELETEXT_GREEN = 216
constexpr

Teletext Color button Green to control TopText.

◆ ACTION_TELETEXT_RED

const int ACTION_TELETEXT_RED = 215
constexpr

Teletext Color button Red to control TopText.

◆ ACTION_TELETEXT_YELLOW

const int ACTION_TELETEXT_YELLOW = 217
constexpr

Teletext Color button Yellow to control TopText.

◆ ACTION_TOGGLE_COMMSKIP

const int ACTION_TOGGLE_COMMSKIP = 246
constexpr

◆ ACTION_TOGGLE_DIGITAL_ANALOG

const int ACTION_TOGGLE_DIGITAL_ANALOG = 202
constexpr

switch digital <-> analog

◆ ACTION_TOGGLE_FONT

const int ACTION_TOGGLE_FONT = 249
constexpr

Toggle font. Used in TextViewer dialog.

◆ ACTION_TOGGLE_FULLSCREEN

const int ACTION_TOGGLE_FULLSCREEN = 199
constexpr

switch 2 desktop resolution

◆ ACTION_TOGGLE_SOURCE_DEST

const int ACTION_TOGGLE_SOURCE_DEST = 32
constexpr

Used to toggle between source view and destination view. Can be used in myfiles.xml window < id=3

◆ ACTION_TOGGLE_WATCHED

const int ACTION_TOGGLE_WATCHED = 200
constexpr

Toggle watched status (videos)

◆ ACTION_TOUCH_LONGPRESS

const int ACTION_TOUCH_LONGPRESS = 411
constexpr

touch actions

◆ ACTION_TOUCH_LONGPRESS_TEN

const int ACTION_TOUCH_LONGPRESS_TEN = 420
constexpr

touch actions

◆ ACTION_TOUCH_TAP

const int ACTION_TOUCH_TAP = 401
constexpr

touch actions

◆ ACTION_TOUCH_TAP_TEN

const int ACTION_TOUCH_TAP_TEN = 410
constexpr

touch actions

◆ ACTION_TRIGGER_OSD

const int ACTION_TRIGGER_OSD = 243
constexpr

Show autoclosing OSD. Can be used in videoFullScreen.xml window id=2005.

◆ ACTION_VIDEO_NEXT_STREAM

const int ACTION_VIDEO_NEXT_STREAM = 250
constexpr

Cycle video streams. Used in videofullscreen.

◆ ACTION_VIS_PRESET_LOCK

const int ACTION_VIS_PRESET_LOCK = 130
constexpr

◆ ACTION_VIS_PRESET_NEXT

const int ACTION_VIS_PRESET_NEXT = 128
constexpr

◆ ACTION_VIS_PRESET_PREV

const int ACTION_VIS_PRESET_PREV = 129
constexpr

◆ ACTION_VIS_PRESET_RANDOM

const int ACTION_VIS_PRESET_RANDOM = 131
constexpr

◆ ACTION_VIS_PRESET_SHOW

const int ACTION_VIS_PRESET_SHOW = 126
constexpr

◆ ACTION_VIS_RATE_PRESET_MINUS

const int ACTION_VIS_RATE_PRESET_MINUS = 133
constexpr

◆ ACTION_VIS_RATE_PRESET_PLUS

const int ACTION_VIS_RATE_PRESET_PLUS = 132
constexpr

◆ ACTION_VOICE_RECOGNIZE

const int ACTION_VOICE_RECOGNIZE = 300
constexpr

◆ ACTION_VOLAMP

const int ACTION_VOLAMP = 90
constexpr

◆ ACTION_VOLAMP_DOWN

const int ACTION_VOLAMP_DOWN = 94
constexpr

◆ ACTION_VOLAMP_UP

const int ACTION_VOLAMP_UP = 93
constexpr

◆ ACTION_VOLUME_DOWN

const int ACTION_VOLUME_DOWN = 89
constexpr

◆ ACTION_VOLUME_SET

const int ACTION_VOLUME_SET = 245
constexpr

◆ ACTION_VOLUME_UP

const int ACTION_VOLUME_UP = 88
constexpr

◆ ACTION_VSHIFT_DOWN

const int ACTION_VSHIFT_DOWN = 228
constexpr

shift down video image in VideoPlayer

◆ ACTION_VSHIFT_UP

const int ACTION_VSHIFT_UP = 227
constexpr

shift up video image in VideoPlayer

◆ ACTION_ZOOM_IN

const int ACTION_ZOOM_IN = 31
constexpr

Zoom out picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_1

const int ACTION_ZOOM_LEVEL_1 = 38
constexpr

Zoom 2x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_2

const int ACTION_ZOOM_LEVEL_2 = 39
constexpr

Zoom 3x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_3

const int ACTION_ZOOM_LEVEL_3 = 40
constexpr

Zoom 4x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_4

const int ACTION_ZOOM_LEVEL_4 = 41
constexpr

Zoom 5x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_5

const int ACTION_ZOOM_LEVEL_5 = 42
constexpr

Zoom 6x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_6

const int ACTION_ZOOM_LEVEL_6 = 43
constexpr

Zoom 7x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_7

const int ACTION_ZOOM_LEVEL_7 = 44
constexpr

Zoom 8x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_8

const int ACTION_ZOOM_LEVEL_8 = 45
constexpr

Zoom 9x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_LEVEL_9

const int ACTION_ZOOM_LEVEL_9 = 46
constexpr

◆ ACTION_ZOOM_LEVEL_NORMAL

const int ACTION_ZOOM_LEVEL_NORMAL = 37
constexpr

Zoom 1x picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ ACTION_ZOOM_OUT

const int ACTION_ZOOM_OUT = 30
constexpr

Zoom in picture during slideshow. Can be used in slideshow.xml window id=2007.

◆ REMOTE_0

const int REMOTE_0 = 58
constexpr

Remote keys 0-9 are used by multiple windows.

For example, in videoFullScreen.xml window id=2005 you can enter time (mmss) to jump to particular point in the movie.

With spincontrols you can enter a 3-digit number to quickly set the spincontrol to desired value.

◆ REMOTE_1

const int REMOTE_1 = 59
constexpr
See also
REMOTE_0 about details.

◆ REMOTE_2

const int REMOTE_2 = 60
constexpr
See also
REMOTE_0 about details.

◆ REMOTE_3

const int REMOTE_3 = 61
constexpr
See also
REMOTE_0 about details.

◆ REMOTE_4

const int REMOTE_4 = 62
constexpr
See also
REMOTE_0 about details.

◆ REMOTE_5

const int REMOTE_5 = 63
constexpr
See also
REMOTE_0 about details.

◆ REMOTE_6

const int REMOTE_6 = 64
constexpr
See also
REMOTE_0 about details.

◆ REMOTE_7

const int REMOTE_7 = 65
constexpr
See also
REMOTE_0 about details.

◆ REMOTE_8

const int REMOTE_8 = 66
constexpr
See also
REMOTE_0 about details.

◆ REMOTE_9

const int REMOTE_9 = 67
constexpr
See also
REMOTE_0 about details.