summaryrefslogtreecommitdiffstats
path: root/xbmc/input/ActionIDs.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/input/ActionIDs.h')
-rw-r--r--xbmc/input/ActionIDs.h24
1 files changed, 8 insertions, 16 deletions
diff --git a/xbmc/input/ActionIDs.h b/xbmc/input/ActionIDs.h
index 5db1ffc..12a5334 100644
--- a/xbmc/input/ActionIDs.h
+++ b/xbmc/input/ActionIDs.h
@@ -1,22 +1,11 @@
1/* 1/*
2 * Copyright (C) 2005-2017 Team Kodi 2 * Copyright (C) 2005-2018 Team Kodi
3 * http://kodi.tv 3 * This file is part of Kodi - https://kodi.tv
4 *
5 * This Program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2, or (at your option)
8 * any later version.
9 *
10 * This Program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this Program; see the file COPYING. If not, see
17 * <http://www.gnu.org/licenses/>.
18 * 4 *
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
19 */ 7 */
8
20#pragma once 9#pragma once
21 10
22/** 11/**
@@ -104,6 +93,7 @@
104 93
105#define ACTION_PLAYER_PROCESS_INFO 69 //!< show player process info (video decoder, pixel format, pvr signal strength and the like 94#define ACTION_PLAYER_PROCESS_INFO 69 //!< show player process info (video decoder, pixel format, pvr signal strength and the like
106#define ACTION_PLAYER_PROGRAM_SELECT 70 95#define ACTION_PLAYER_PROGRAM_SELECT 70
96#define ACTION_PLAYER_RESOLUTION_SELECT 71
107#define ACTION_SMALL_STEP_BACK 76 //!< jumps a few seconds back during playback of movie. Can b used in videoFullScreen.xml window id=2005 97#define ACTION_SMALL_STEP_BACK 76 //!< jumps a few seconds back during playback of movie. Can b used in videoFullScreen.xml window id=2005
108 98
109#define ACTION_PLAYER_FORWARD 77 //!< FF in current file played. global action, can be used anywhere 99#define ACTION_PLAYER_FORWARD 77 //!< FF in current file played. global action, can be used anywhere
@@ -277,6 +267,8 @@
277 267
278#define ACTION_TOGGLE_FONT 249 //!< Toggle font. Used in TextViewer dialog 268#define ACTION_TOGGLE_FONT 249 //!< Toggle font. Used in TextViewer dialog
279 269
270#define ACTION_VIDEO_NEXT_STREAM 250 //!< Cycle video streams. Used in videofullscreen.
271
280// Voice actions 272// Voice actions
281#define ACTION_VOICE_RECOGNIZE 300 273#define ACTION_VOICE_RECOGNIZE 300
282 274