SirCmpwn

Untitled

May 23rd, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. KeyMappings = new List<KeyMapping>();
  2. // Values are { default, shift }
  3. KeyMappings.Add(new KeyMapping(Keys.Space, new ushort[] { 0x20, 0x20 }));
  4. KeyMappings.Add(new KeyMapping(Keys.D1, new ushort[] { 0x31, 0x21 }));
  5. KeyMappings.Add(new KeyMapping(Keys.OemQuotes, new ushort[] { 0x27, 0x22 }));
Advertisement
Add Comment
Please, Sign In to add comment