#335478 qemu: sendkey should ignore case of typed string

#335478#5
Date:
2005-10-24 08:22:20 UTC
From:
To:
While "sendkey ctrl-alt-delete" works, "sendkey CTRL-ALT-DELETE" does not.
The uppercase version should work, as that's the format pasted from most
documentation.

BTW, "sendkey" gives an example of "ctrl-alt-del" which doesn't work.

How about abbreviations like "del" for "delete"?

And furthermore it would be nice to allow
	sendkey "send an example string\n"


Thank you.