Skip to content

Commit

Permalink
Removed F12 binding completely
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 18, 2023
1 parent 0f11ffe commit e4bcc8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Input/InputDispatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ public void KeyPressed(object sender, KeyPressedEventArgs e)
case Keys.F11:
SleepEvent();
break;
case Keys.F12:
KeyboardHook.KeyKeyPress(Keys.LWin, Keys.A);
break;
case Keys.VolumeDown:
KeyProcess("m1");
break;
Expand Down

0 comments on commit e4bcc8f

Please sign in to comment.