This commit is contained in:
lsv 2022-04-11 09:16:03 +05:00
parent 2a5d761e9d
commit a5911d053c

View file

@ -196,7 +196,7 @@ void ctlSQLBox::Create(wxWindow *parent, wxWindowID id, const wxPoint &pos, cons
wxAcceleratorEntry entries[3];
entries[0].Set(wxACCEL_CTRL, (int)'F', MNU_FIND);
entries[1].Set(wxACCEL_CTRL, WXK_SPACE, MNU_AUTOCOMPLETE);
entries[0].Set(wxACCEL_CTRL, (int)'C', MNU_COPY);
entries[2].Set(wxACCEL_CTRL, (int)'C', MNU_COPY);
wxAcceleratorTable accel(3, entries);
SetAcceleratorTable(accel);