Why did you remove binding for Command-F and Control-F?
Le 1 février 2006 à 03:16, Tom Jenkins a écrit : bind $w <Command-Next> "::ChatWindow::GoToNextTab $w" bind $w <Command-Prior> "::ChatWindow::GoToPrevTab $w" - bind $w <Command-f> "::ChatWindow::CreateChatSearchDialog $w" - bind $w <Command-F> "::ChatWindow::CreateChatSearchDialog $w" - } else { bind $w <Control-h> \ --- 985,988 ---- *************** *** 997,1011 **** bind $w <Control-Next> "::ChatWindow::GoToNextTab $w" bind $w <Control-Prior> "::ChatWindow::GoToPrevTab $w" - bind $w <Control-f> "::ChatWindow::CreateChatSearchDialog $w" - bind $w <Control-F> "::ChatWindow::CreateChatSearchDialog $w"
|