-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Oct 6, 2008
0 parents
commit fb74f0a
Showing
89 changed files
with
20,508 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<!-- | ||
Name: Prat_KeyBindings | ||
Revision: $Revision: 80432 $ | ||
Author(s): Curney ([email protected]) | ||
Krtek ([email protected]) | ||
Website: http://files.wowace.com/Prat/ | ||
Documentation: http://www.wowace.com/wiki/Prat/Integrated_Modules#KeyBindings | ||
SVN: http://svn.wowace.com/wowace/trunk/Prat/ | ||
Discussions: http://groups.google.com/group/wow-prat | ||
Issues and feature requests: http://code.google.com/p/prat/issues/list | ||
License: http://groups.google.com/group/wow-prat/web/license | ||
Description: Module for Prat that adds keybindings for modules. | ||
Dependencies: Prat | ||
--> | ||
|
||
<Bindings> | ||
<!-- ChannelNames --> | ||
<Binding name="officer" header="Prat"> | ||
ChatFrame_OpenChat("/o"); | ||
</Binding> | ||
<Binding name="guild" > | ||
ChatFrame_OpenChat("/g"); | ||
</Binding> | ||
<Binding name="party" > | ||
ChatFrame_OpenChat("/p"); | ||
</Binding> | ||
<Binding name="raid" > | ||
ChatFrame_OpenChat("/raid"); | ||
</Binding> | ||
<Binding name="raidwarn" > | ||
ChatFrame_OpenChat("/rw"); | ||
</Binding> | ||
<Binding name="battleground" > | ||
ChatFrame_OpenChat("/bg"); | ||
</Binding> | ||
<Binding name="say" > | ||
ChatFrame_OpenChat("/say"); | ||
</Binding> | ||
<Binding name="yell" > | ||
ChatFrame_OpenChat("/yell"); | ||
</Binding> | ||
<Binding name="whisper" > | ||
ChatFrame_OpenChat("/w"); | ||
</Binding> | ||
<Binding name="one"> | ||
ChatFrame_OpenChat("/1"); | ||
</Binding> | ||
<Binding name="two"> | ||
ChatFrame_OpenChat("/2"); | ||
</Binding> | ||
<Binding name="three"> | ||
ChatFrame_OpenChat("/3"); | ||
</Binding> | ||
<Binding name="four"> | ||
ChatFrame_OpenChat("/4"); | ||
</Binding> | ||
<Binding name="five"> | ||
ChatFrame_OpenChat("/5"); | ||
</Binding> | ||
<Binding name="six"> | ||
ChatFrame_OpenChat("/6"); | ||
</Binding> | ||
<Binding name="seven"> | ||
ChatFrame_OpenChat("/7"); | ||
</Binding> | ||
<Binding name="eight"> | ||
ChatFrame_OpenChat("/8"); | ||
</Binding> | ||
<Binding name="nine"> | ||
ChatFrame_OpenChat("/9"); | ||
</Binding> | ||
<Binding name="ten"> | ||
ChatFrame_OpenChat("/10"); | ||
</Binding> | ||
<Binding name="SmartGroup"> | ||
ChatFrame_OpenChat("/gr"); | ||
</Binding> | ||
<!-- TellTarget --> | ||
<Binding name="TellTarget"> | ||
Prat.Addon:GetModule("TellTarget"):SendTellToTarget(SELECTED_CHAT_FRAME, ""); | ||
</Binding> | ||
<!-- CopyChat --> | ||
<Binding name="Copy Selected Chat Frame"> | ||
Prat.Addon:GetModule("CopyChat"):CopyChat(); | ||
</Binding> | ||
</Bindings> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## Interface: 30000 | ||
|
||
## Title: Prat |cff8080ff3.0|r |cffff8080Alpha Version|r | ||
## Notes: A framework for chat frame modules. ALPHA Version - Still in development. | ||
## Title-zhCN: Prat |cff8080ff3.0|r | ||
## Notes-zhCN: 整合的聊天增强助手 | ||
## Notes-zhTW: 整合的聊天視窗模組。 | ||
## Notes-frFR: Framework pour des modules concernant les fen\195\170tres de discussion | ||
## Notes-esES: Un entorno para modulos de chat. | ||
## Notes-deDE: Ein Grundaddon für Chatfenstermodule. | ||
## Notes-koKR: 대화창에 대한 다양한 기능을 제공하는 애드온입니다. | ||
## Version: 3.0 (Alpha Version) $Revision: 82160 $ | ||
## Author: Prat Development Team | ||
## eMail: sylvanaar@mindspring.com,fin@instinct.org | ||
## URL: http://www.wowace.com/wiki/Prat | ||
|
||
## X-Category: Chat/Communication | ||
## X-Website: http://www.wowace.com/wiki/Prat | ||
## X-AceForum: 14824 | ||
## X-Credits: Sylvanaar, Fin, Curney, Krtek, Industrial, Ammo, Cirk, Yrys (ChatLink), Leuchtturm, AnduinLothar, Satrina, <CWDG>昏睡墨鱼&月色狼影 | ||
|
||
## X-RelSite-WoWI: 10783 | ||
## X-RelSite-Curse: | ||
|
||
## X-License: GPLv3 | ||
|
||
## RequiredDeps: Ace3 | ||
## OptionalDeps: LibSink-2.0, LibBabble-Class-3.0, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets, LibDataBroker-1.1 | ||
## X-Embeds: LibSink-2.0, LibBabble-Class-3.0, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets, LibDataBroker-1.1 | ||
|
||
|
||
## SavedVariables: Prat3DB, Prat3FuDB | ||
## SavedVariablesPerCharacter: Prat3PerCharDB | ||
|
||
libraries\includes.xml | ||
|
||
addon\includes.xml | ||
|
||
services\includes.xml | ||
|
||
modules\includes.xml | ||
|
||
|
||
|
Oops, something went wrong.