Skip to content

Commit

Permalink
removed extra blank keyboard buttons
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
SlicedSilver committed Feb 7, 2013
1 parent c09c9ed commit 44bcc73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions iRduino/Classes/ButtonFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ public class ButtonFunctionsClass
keyPress.Options.Add("{SCROLLLOCK}");
keyPress.Options.Add("{TAB}");
keyPress.Options.Add("{UP}");
keyPress.Options.Add("{}");
keyPress.Options.Add("{}");
keyPress.Options.Add("{}");
buttonFunctions.Add(ButtonFunctionsEnum.KeyboardButtonPress, keyPress);

return buttonFunctions;
Expand Down

0 comments on commit 44bcc73

Please sign in to comment.