From b35d89d42bbec31d49368b3f014a605408ccb8be Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 1 Aug 2012 22:52:28 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3