Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
a8906812
Commit
a8906812
authored
Nov 06, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XCB: map Print and Pause keys
parent
6282c0e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/video_output/xcb/xcb_keysym.h
modules/video_output/xcb/xcb_keysym.h
+2
-0
No files found.
modules/video_output/xcb/xcb_keysym.h
View file @
a8906812
...
...
@@ -5,6 +5,7 @@
{
XK_BackSpace
,
KEY_BACKSPACE
,
},
{
XK_Tab
,
KEY_TAB
,
},
{
XK_Return
,
KEY_ENTER
,
},
{
XK_Pause
,
KEY_PAUSE
},
{
XK_Escape
,
KEY_ESC
,
},
{
XK_Home
,
KEY_HOME
,
},
{
XK_Left
,
KEY_LEFT
,
},
...
...
@@ -15,6 +16,7 @@
{
XK_Page_Down
,
KEY_PAGEDOWN
,
},
{
XK_End
,
KEY_END
,
},
{
XK_Begin
,
KEY_HOME
,
},
{
XK_Print
,
KEY_PRINT
},
{
XK_Insert
,
KEY_INSERT
,
},
{
XK_Menu
,
KEY_MENU
},
{
XK_Cancel
,
KEY_BROWSER_STOP
},
...
...
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