I'm trying to configure a keyboard event in the awesome wm which should work like this:
After Key "XF86AudioMute" is pressed the user has 2 seconds to press a number key (from 0 - 9) in order to activate the event. If none of these keys is pressed after this time (ideally as well if any other key is pressed) listening for the number keys is aborted. Also if a number key was pressed of course.
Anybody has an idea how I could approach this in the awesome config file?