aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/MainForms')
-rw-r--r--ShiftOS-TheRevival/MainForms/Console.vb12
1 files changed, 2 insertions, 10 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Console.vb b/ShiftOS-TheRevival/MainForms/Console.vb
index 5e8ef82..5dca6dc 100644
--- a/ShiftOS-TheRevival/MainForms/Console.vb
+++ b/ShiftOS-TheRevival/MainForms/Console.vb
@@ -98,16 +98,8 @@ Public Class Console
Private Sub txtterm_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown
KeyInput = e.KeyData
- Select Case e.KeyData
- Case (Keys.Control + Keys.Q)
- If CurrentInterpreter = "terminal" Then
- Else
- TerminateApp(KeyInput)
- TextRebind()
- End If
- Case Else
- CaptureKeyBinding(KeyInput)
- End Select
+ InputKey = e.KeyData
+ ShortcutHandle()
If ReleaseCursor = True Then
Else