Commit 2c7efc61 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

macosx intf: solve hotkey conflict

Now we have:
cmd-G : to open the panel to grab from webcam/screen/eyetv
cmd-R : to reveal in Finder, the same as iTunes uses
cmd-shift-R : to start/stop VLC record

backport of [811af572]
parent b66f598f
...@@ -496,17 +496,17 @@ ...@@ -496,17 +496,17 @@
</dict> </dict>
<dict> <dict>
<key>CLASS</key> <key>CLASS</key>
<string>NSObject</string> <string>ITSlider</string>
<key>LANGUAGE</key> <key>LANGUAGE</key>
<string>ObjC</string> <string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSSlider</string>
</dict> </dict>
<dict> <dict>
<key>CLASS</key> <key>CLASS</key>
<string>ITSlider</string> <string>NSObject</string>
<key>LANGUAGE</key> <key>LANGUAGE</key>
<string>ObjC</string> <string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSSlider</string>
</dict> </dict>
<dict> <dict>
<key>ACTIONS</key> <key>ACTIONS</key>
......
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
<integer>4</integer> <integer>4</integer>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>3568</integer>
<integer>21</integer> <integer>21</integer>
<integer>2709</integer>
<integer>2197</integer>
<integer>29</integer> <integer>29</integer>
<integer>3568</integer>
<integer>2197</integer>
<integer>2416</integer> <integer>2416</integer>
<integer>2709</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>9J61</string> <string>9J61</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment