@@ -303,9 +303,7 @@ int main(int argc, char** argv){
if(memchr(key_list,quitting_key,keys_nb))EXIT_ON_ERROR("The quitting key '%c' is in your key list %.*s, you need to select an other one with --quitting_key=...",quitting_key,keys_nb,key_list);
if(memchr(key_list,neutral_key,keys_nb))EXIT_ON_ERROR("The neutral key '%c' is in your key list %.*s, you need to select an other one with --neutral_key=...",neutral_key,keys_nb,key_list);