Skip to content

Commit

Permalink
Reverted OSK Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Langlais authored and Evan Langlais committed Mar 27, 2017
1 parent 8af525b commit 88e02c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EnigmaX/Classes/SystemFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static Employee showPinScreenUntilAuthenticated(EmployeeRole role)
public static void showOSK() {
string progFiles = @"C:\Program Files\Common Files\Microsoft Shared\ink";
string keyboardPath = Path.Combine(progFiles, "TabTip.exe");
Process keyboardProc = Process.Start(keyboardPath);
Process.Start(keyboardPath);

}

Expand Down

0 comments on commit 88e02c0

Please sign in to comment.