]> git.sesse.net Git - vlc/commit
First part of code to allow configurable hotkeys.
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Thu, 14 Aug 2003 19:25:56 +0000 (19:25 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Thu, 14 Aug 2003 19:25:56 +0000 (19:25 +0000)
commit1b9c64b11db742480b3d8804d81d23bbcfcc04d8
tree554dbbf355018b729cb2c19b7b91940836107c74
parent349dce6d21c133dad3c53400a42e3390578df131
First part of code to allow configurable hotkeys.
include/configuration.h, src/misc/configuration.h:
 * added a CONFIG_ITEM_KEY
include/vlc_keys.h:
 * constants to identify keys
src/libvlc.h:
 * provide a set of hotkey config options
modules/gui/wxwindows/interface.cpp, wxwindows.h:
 * set the configured hotkeys as accelerator for the appropriate menus
modules/gui/wxwindows/preferences.cpp:
 * start to support CONFIG_ITEM_KEY. Options are showed with the right value
   but any changes made have no effect yet.
include/configuration.h
include/vlc_keys.h [new file with mode: 0644]
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/preferences.cpp
modules/gui/wxwindows/wxwindows.h
src/libvlc.h
src/misc/configuration.c