в файле ShortcutBar.lua ищешьзаменяешь этимPHP код:self.parentWindow:SendWho();
PHP код:if _G.IsAltKeyDown() then _G.SendChatMessage("Alt","WHISPER",nil,self.parentWindow.theUser)
elseif _G.IsControlKeyDown() then _G.SendChatMessage("Ctrl","WHISPER",nil,self.parentWindow.theUser)
elseif _G.IsShiftKeyDown() then _G.SendChatMessage("Shift","WHISPER",nil,self.parentWindow.theUser)
else self.parentWindow:SendWho();
end




Ответить с цитированием
