Commit e7cc3505 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/virtualbox: scancode reference

parent 7344d9e5
......@@ -80,6 +80,7 @@ func scancodes(message string) []string {
shiftedChars := "~!@#$%^&*()_+{}|:\"<>?"
// Scancodes reference: http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html
scancodeIndex := make(map[string]uint)
scancodeIndex["1234567890-="] = 0x02
scancodeIndex["!@#$%^&*()_+"] = 0x02
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment