mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed Ctrl+Backspace
This commit is contained in:
parent
e72cfc6d96
commit
ad987a58bd
1 changed files with 1 additions and 1 deletions
|
@ -2280,7 +2280,7 @@ namespace IDE.ui
|
|||
|
||||
if ((mAutoComplete.mUncertain) && (keyChar != '\t'))
|
||||
doAutocomplete = false;
|
||||
if (keyChar == '\x7b') /* Ctrl+Backspace */
|
||||
if (keyChar == '\x7F') /* Ctrl+Backspace */
|
||||
doAutocomplete = false;
|
||||
|
||||
if (doAutocomplete)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue