jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Make special scancodes keys case-insensitive #988

Closed aw closed 10 years ago

aw commented 10 years ago

I've always been annoyed that boot_cmd_sequence requires special keys to be case-sensitive.

For example: <wait>, <WAIT> and <WaiT> were not being recognized as special keys.

This tiny pull request fixes that, although could potentially introduce breaking changes for people who were never expecting case-insensitive special keys.. :panda_face:

mpapis commented 10 years ago

I have checked fast our templates and nothing wrong could happen there :)