Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
c416fc0b
Commit
c416fc0b
authored
Oct 17, 2003
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/skins/src/banks.cpp: Two events had the same shortcut
* doc/skins/events-howto.txt: Updated the doc accordingly
parent
99f278fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
doc/skins/events-howto.txt
doc/skins/events-howto.txt
+7
-2
modules/gui/skins/src/banks.cpp
modules/gui/skins/src/banks.cpp
+2
-2
No files found.
doc/skins/events-howto.txt
View file @
c416fc0b
...
...
@@ -16,7 +16,7 @@ How to create an event ?
========================
An event describes a simple action as seen above.
All att
i
ributes are explained in the 'skins-howto.txt' file except the 'event'
All attributes are explained in the 'skins-howto.txt' file except the 'event'
attribute wich is a bit special.
In the 'event' attribute you will enter a simple script with the following
syntax :
...
...
@@ -54,6 +54,10 @@ EVENT is the action to execute, it can be one of the following:
Action : Open an "open file dialog box" to change the current skin.
Parameters: none.
- VLC_ON_TOP:
Action : Toggle the "Always on top" status
Parameters: none.
- VLC_LOG_SHOW:
Not supported yet
...
...
@@ -185,7 +189,7 @@ shortcut.
ID Shortcut Description
tray
CTRL+T
Hide or show in the system tray.
tray
Hide or show in the system tray.
taskbar CTRL+B Hide or show in the taskbar.
play X Play.
pause C Pause.
...
...
@@ -200,6 +204,7 @@ shortcut.
open CTRL+O Open a file.
add_file CTRL+A Add a file.
load_skin CTRL+S Change skin.
on_top CTRL+T Toggle the "Always on top" status
show_prefs Show the preferences dialog box.
show_info Show the FileInfo dialog box.
show_log Show the Messages dialog box.
...
...
modules/gui/skins/src/banks.cpp
View file @
c416fc0b
...
...
@@ -2,7 +2,7 @@
* banks.cpp: Bitmap bank, Event bank, Font bank and OffSet bank
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: banks.cpp,v 1.1
0 2003/10/17 18:17:28
ipkiss Exp $
* $Id: banks.cpp,v 1.1
1 2003/10/17 20:21:59
ipkiss Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -155,7 +155,7 @@ EventBank::EventBank( intf_thread_t *_p_intf )
Add
(
"title"
,
"VLC_STREAM_TITLE"
,
"none"
);
Add
(
"help"
,
"VLC_HELP_TEXT"
,
"none"
);
Add
(
"tray"
,
"VLC_CHANGE_TRAY"
,
"
CTRL+T
"
);
Add
(
"tray"
,
"VLC_CHANGE_TRAY"
,
"
none
"
);
Add
(
"taskbar"
,
"VLC_CHANGE_TASKBAR"
,
"CTRL+B"
);
Add
(
"playlist_refresh"
,
"CTRL_PLAYLIST"
,
"none"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment