diff options
author | wm4 <wm4@nowhere> | 2012-08-01 22:52:28 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-08-01 22:52:28 +0200 |
commit | b35d89d42bbec31d49368b3f014a605408ccb8be (patch) | |
tree | 6e28af497bcd5f3efd0a57e6f781d53163802ddc /.gitignore | |
parent | d1ccee76b1e056872abd57802ec5e829cafd9131 (diff) |
input: replace internal key binds with included etc/input.conf
The internal array of default key bindings is removed. Include the
file etc/input.conf at compile time (using the file2header tool), and
parse the default binds from etc/input.conf at startup time.
This lowers maintainance overhead, and makes sure the default bindings
and etc/input.conf don't deviate. Commit f30bf73bf22ed0542 already
made sure etc/input.conf matches the default bindings, so this commit
shouldn't change anything user-visible.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8be38ce7ee..3dcc4c8518 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ /mplayer /version.h /codecs.conf.h +/input/input_conf.h /codec-cfg /cpuinfo /tags |