diff -r e29098665100 -r 32b229802ed2 terraform_gui.c --- a/terraform_gui.c Tue Dec 14 17:06:54 2004 +0000 +++ b/terraform_gui.c Tue Dec 14 17:38:48 2004 +0000 @@ -122,10 +122,6 @@ { int i; - // check if we have a query string window open before allowing hotkeys - if(FindWindowById(WC_QUERY_STRING, 0)!=NULL) - break; - for(i=0; i!=lengthof(_terraform_keycodes); i++) if (e->keypress.keycode == _terraform_keycodes[i]) { e->keypress.cont = false;