Postby ipkiss » 14 Dec 2005 21:21
In fact, your problem comes from a confusion between the wxWidgets and the skins2 interfaces.
VLC has the ability to use several interface modules. The 2 main graphical interfaces on Windows and Unix are the wxWidgets interface and the skins2 one. The wxWidgets interface is the one you get by default. It looks like a normal window from your operating system, with a title bar, a menu, a toolbar, etc... The skins2 interface is the one able to load skins. It is not activated by default, you have to activate it explicitely.
To go from wxWidgets to skins2, you can go to the Settings menu (or right-click) and select Switch Interface --> skins2. To go from skins2 to wxWidgets, you can right-click and select Switch Interface --> wxWidgets.
Now back to your question. The various interfaces of VLC can define their own hotkeys (even if most of the hotkeys can be changed by the user). In the skins2 interface, the Ctrl-S hotkey opens a dialog box to select a new skin. But in the wxWidgets interface, it opens the preferences, hence the confusion: you have to use the correct interface module first.
If you want to use the skins2 interface by default, you can set this in the preferences to avoid switching every time from wxWidgets to skins2. The setting to change is named "Interface module", located in Interface --> General.
Hope this helps...