Skip to content

Commit

Permalink
fix: Change default keybind for autocomplete (because of Alt+Tab)
Browse files Browse the repository at this point in the history
  • Loading branch information
Computerdores committed Apr 15, 2024
1 parent 6dbd7b1 commit 3faf310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterTerminal/BetterTerminal/InputHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class InputHandler : LcInputActions {
[InputAction(KeyboardControl.DownArrow, Name = "Next Command")]
public InputAction NextCommand { get; set; }

[InputAction(KeyboardControl.LeftAlt, Name = "Auto Complete")]
[InputAction(KeyboardControl.LeftCtrl, Name = "Auto Complete")]
public InputAction AutoComplete { get; set; }
}

0 comments on commit 3faf310

Please sign in to comment.