Example #1
0
 private void showwSTMC()
 {
     KeyBoard.SendKeyPress(0xAE);
     KeyBoard.SendKeyPress(0xAF);
 }
Example #2
0
 public static void nextPrevSong(int dir = 1)
 {
     KeyBoard.SendKeyPress(0xB0);
 }