Hedgewars: Automatic bind detection button
completed by: Martin Bede
mentors: Andrey Korotaev, Xeli, Sheepy, koda
Remember to join our IRC channel when working on this task! We are on #hedgewars at freenode.net. If you are new to IRC, read this tutorial from a past GCI participant.
Your task
In the new QTfrontend/ui/widget/keybinder.cpp it would be nice having a simple button for each bind, instead of the dropdown list. This button should be a simple "Detect Key" type button, so that the user is able to select the key bind just by pressing the key.
Deliverable
A working patch, that applies cleanly to our source tree. This patch should be in the form of a pull from clone, hg export
or unified diff format (in order of preference) implementing the functionality required.