Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
1891e507
Commit
1891e507
authored
Feb 11, 2006
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
parent
bb010625
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/gui/skins2/win32/win32_loop.cpp
modules/gui/skins2/win32/win32_loop.cpp
+2
-0
No files found.
modules/gui/skins2/win32/win32_loop.cpp
View file @
1891e507
...
@@ -66,6 +66,8 @@ Win32Loop::Win32Loop( intf_thread_t *pIntf ): OSLoop( pIntf )
...
@@ -66,6 +66,8 @@ Win32Loop::Win32Loop( intf_thread_t *pIntf ): OSLoop( pIntf )
virtKeyToVlcKey
[
VK_RIGHT
]
=
KEY_RIGHT
;
virtKeyToVlcKey
[
VK_RIGHT
]
=
KEY_RIGHT
;
virtKeyToVlcKey
[
VK_UP
]
=
KEY_UP
;
virtKeyToVlcKey
[
VK_UP
]
=
KEY_UP
;
virtKeyToVlcKey
[
VK_DOWN
]
=
KEY_DOWN
;
virtKeyToVlcKey
[
VK_DOWN
]
=
KEY_DOWN
;
virtKeyToVlcKey
[
VK_INSERT
]
=
KEY_INSERT
;
virtKeyToVlcKey
[
VK_DELETE
]
=
KEY_DELETE
;
virtKeyToVlcKey
[
VK_HOME
]
=
KEY_HOME
;
virtKeyToVlcKey
[
VK_HOME
]
=
KEY_HOME
;
virtKeyToVlcKey
[
VK_END
]
=
KEY_END
;
virtKeyToVlcKey
[
VK_END
]
=
KEY_END
;
virtKeyToVlcKey
[
VK_PRIOR
]
=
KEY_PAGEUP
;
virtKeyToVlcKey
[
VK_PRIOR
]
=
KEY_PAGEUP
;
...
...
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