wizard: actually write the output config

This commit is contained in:
Michael Stapelberg
2011-05-01 13:56:35 +02:00
parent 9101f4cce2
commit 43ec3ddbaf
5 changed files with 146 additions and 14 deletions

View File

@ -78,6 +78,7 @@ Mod3 { yylval.number = (1 << 5); return MODIFIER; }
Mod4 { yylval.number = (1 << 6); return MODIFIER; }
Mod5 { yylval.number = (1 << 7); return MODIFIER; }
Mode_switch { yylval.number = (1 << 8); return MODIFIER; }
$mod { yylval.number = (1 << 9); return TOKMODVAR; }
control { return TOKCONTROL; }
ctrl { return TOKCONTROL; }
shift { return TOKSHIFT; }