Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
b5b04149
Commit
b5b04149
authored
Oct 28, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/misc/darwin_specific.m: fixed some languages.
* include/vlc_keys.h: added some extra keys on my keyboard.
parent
f9d29371
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
include/vlc_keys.h
include/vlc_keys.h
+12
-2
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+3
-2
No files found.
include/vlc_keys.h
View file @
b5b04149
...
...
@@ -2,7 +2,7 @@
* hotkeys.h: keycode defines
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: vlc_keys.h,v 1.
3 2003/10/28 14:51:50 sam
Exp $
* $Id: vlc_keys.h,v 1.
4 2003/10/28 20:15:48 hartman
Exp $
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
@@ -132,11 +132,21 @@ static const struct key_descriptor_s keys[] =
{
"y"
,
'y'
},
{
"z"
,
'z'
},
{
"+"
,
'+'
},
{
"="
,
'='
},
{
"-"
,
'-'
},
{
","
,
','
},
{
"."
,
'.'
},
{
"<"
,
'<'
},
{
">"
,
'>'
}
{
">"
,
'>'
},
{
"`"
,
'`'
},
{
"/"
,
'/'
},
{
";"
,
';'
},
{
"'"
,
'\''
},
{
"
\\
"
,
'\\'
},
{
"["
,
'['
},
{
"]"
,
']'
},
{
"*"
,
'*'
}
};
static
inline
char
*
KeyToString
(
int
i_key
)
...
...
src/misc/darwin_specific.m
View file @
b5b04149
...
...
@@ -2,7 +2,7 @@
* darwin_specific.m: Darwin specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.m,v 1.1
4 2003/09/29 17:36:35 gbazi
n Exp $
* $Id: darwin_specific.m,v 1.1
5 2003/10/28 20:15:48 hartma
n Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -43,13 +43,14 @@ static int FindLanguage( const char * psz_lang )
"German"
,
"de"
,
"British"
,
"en_GB"
,
"English"
,
"en"
,
"Spanish"
,
"es"
,
"French"
,
"fr"
,
"Italian"
,
"it"
,
"Japanese"
,
"ja"
,
"Dutch"
,
"nl"
,
"Norwegian"
,
"no"
,
"Polish"
,
"pl"
,
"Brazillian Portuguese"
,
"pt_BR"
,
"Russian"
,
"ru"
,
"Swedish"
,
"sv"
,
NULL
...
...
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