Skip to content

Commit

Permalink
#59 switch to ENTER for autocomplete instead of tab
Browse files Browse the repository at this point in the history
  • Loading branch information
halvarsson committed May 10, 2024
1 parent 780a2fe commit 426535f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EditorTextView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void SetLanguage(LanguageEnum language)
Autocomplete.MaxWidth = 30;
Autocomplete.MaxHeight = 10;
Autocomplete.HostControl = this;
Autocomplete.SelectionKey = Key.Tab;
Autocomplete.SelectionKey = Key.Enter;
}
else if (language == LanguageEnum.JSON)
{
Expand Down

0 comments on commit 426535f

Please sign in to comment.