fixed handling debug keys to prevent handling keys twice
authorHolger Schemel <info@artsoft.org>
Fri, 16 Nov 2018 21:25:30 +0000 (22:25 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 16 Nov 2018 21:28:03 +0000 (22:28 +0100)
commitd81b002c4d63b292284b1bea1972b4d764f6fb59
treec6bd905d70803b7a2f6eee25729c70b08518f8e6
parent3bb0d9d605aafe3e832aa79fa9e8c7f088556819
fixed handling debug keys to prevent handling keys twice

This change has two effects:

- handle debug keys before handling all other defined keys
- if debug key was processed, do not handle this key again
src/events.c
src/events.h
src/tools.c