1. 16 Sep, 2013 1 commit
    • Charlie Sharpsteen's avatar
      Fix VirtualBox scancodes · 4952737d
      Charlie Sharpsteen authored
      Support for the backspace, delete and F1-F12 keys was added in commit 6028a3c.
      However, that commit seems to have copied character codes from the vmware
      builder into the VirtualBox builder. Character codes are appropriate for VMware
      which communicates through a VNC. However, VirtualBox communicates through
      simulating raw keyboard input and therefore needs scancodes which are key
      press/key release sequences.
      
      This patch converts backspace, delete and F1-F10 to scancodes. F11 and F12 are
      not listed in the [scancode reference][scancodes] so they have been omitted.
      
      [scancodes]: http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html
      4952737d
  2. 15 Sep, 2013 2 commits
  3. 14 Sep, 2013 1 commit
  4. 13 Sep, 2013 7 commits
  5. 12 Sep, 2013 1 commit
  6. 09 Sep, 2013 10 commits
  7. 08 Sep, 2013 13 commits
  8. 07 Sep, 2013 1 commit
  9. 06 Sep, 2013 4 commits