1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Allows Ctrl+\ to be used as a shortcut to repeat search.

This commit is contained in:
FellippeHeitor 2021-08-08 13:31:16 -03:00
parent 4ce6e3017c
commit 757ee19f2b

View file

@ -1787,7 +1787,7 @@ FUNCTION ide2 (ignore)
GOTO idefindchangejmp
END IF
IF KB = KEY_F3 THEN
IF KB = KEY_F3 OR K$ = CHR$(28) THEN
IF IdeSystem = 3 THEN IdeSystem = 1
idemf3:
IF idefindtext <> "" THEN