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
c0e7149a
Commit
c0e7149a
authored
Apr 05, 2011
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: re-written hotkey preferences
parent
095ad3e1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
70 additions
and
100 deletions
+70
-100
modules/gui/macosx/simple_prefs.h
modules/gui/macosx/simple_prefs.h
+4
-3
modules/gui/macosx/simple_prefs.m
modules/gui/macosx/simple_prefs.m
+66
-97
No files found.
modules/gui/macosx/simple_prefs.h
View file @
c0e7149a
...
@@ -155,14 +155,15 @@
...
@@ -155,14 +155,15 @@
NSOpenPanel
*
o_selectFolderPanel
;
NSOpenPanel
*
o_selectFolderPanel
;
NSArray
*
o_hotkeyDescriptions
;
NSArray
*
o_hotkeyDescriptions
;
NSArray
*
o_hotkeyNames
;
NSArray
*
o_hotkeysNonUseableKeys
;
NSArray
*
o_hotkeysNonUseableKeys
;
NSMutableArray
*
o_hotkeySettings
;
NSMutableArray
*
o_hotkeySettings
;
NS
Number
*
o_keyInTransition
;
NS
String
*
o_keyInTransition
;
intf_thread_t
*
p_intf
;
intf_thread_t
*
p_intf
;
}
}
+
(
VLCSimplePrefs
*
)
sharedInstance
;
+
(
VLCSimplePrefs
*
)
sharedInstance
;
-
(
NSString
*
)
OSX
KeyToString
:(
int
)
val
;
-
(
NSString
*
)
OSX
StringKeyToString
:(
NSString
*
)
theString
;
/* toolbar */
/* toolbar */
-
(
NSToolbarItem
*
)
toolbar
:
(
NSToolbar
*
)
o_toolbar
-
(
NSToolbarItem
*
)
toolbar
:
(
NSToolbar
*
)
o_toolbar
...
@@ -209,7 +210,7 @@
...
@@ -209,7 +210,7 @@
-
(
void
)
showHotkeySettings
;
-
(
void
)
showHotkeySettings
;
-
(
int
)
numberOfRowsInTableView
:(
NSTableView
*
)
aTableView
;
-
(
int
)
numberOfRowsInTableView
:(
NSTableView
*
)
aTableView
;
-
(
id
)
tableView
:(
NSTableView
*
)
aTableView
objectValueForTableColumn
:(
NSTableColumn
*
)
aTableColumn
row
:(
int
)
rowIndex
;
-
(
id
)
tableView
:(
NSTableView
*
)
aTableView
objectValueForTableColumn
:(
NSTableColumn
*
)
aTableColumn
row
:(
int
)
rowIndex
;
-
(
BOOL
)
changeHotkeyTo
:
(
int
)
i_theNew
Key
;
-
(
BOOL
)
changeHotkeyTo
:
(
NSString
*
)
the
Key
;
@end
@end
...
...
modules/gui/macosx/simple_prefs.m
View file @
c0e7149a
This diff is collapsed.
Click to expand it.
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