From: Dana Jansens Date: Wed, 26 Mar 2003 13:55:05 +0000 (+0000) Subject: negatives that work! X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0d6bc13135c731ec7ffed287ab02bcedd308a6d9;p=chaz%2Fopenbox negatives that work! --- diff --git a/plugins/keyboard/keysrc.l b/plugins/keyboard/keysrc.l index faf796b5..c6f3a363 100644 --- a/plugins/keyboard/keysrc.l +++ b/plugins/keyboard/keysrc.l @@ -7,7 +7,7 @@ int kparselineno; %} field [A-Za-z0-9][-A-Za-z0-9]* -number (-|)[0-9]+ +number (-[0-9]|[0-9])[0-9]* string \"[^"\n]*\" %%