ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/Macro.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/Macro.pm (file contents):
Revision 1.9 by root, Tue Aug 28 01:23:47 2007 UTC vs.
Revision 1.10 by root, Sun Sep 2 03:55:03 2007 UTC

6use CFPlus::UI; 6use CFPlus::UI;
7 7
8our $REFRESH_MACRO_LIST; 8our $REFRESH_MACRO_LIST;
9 9
10our %DEFAULT_KEYMAP = ( 10our %DEFAULT_KEYMAP = (
11 (map +($_ => "!completer $_"), "a" .. "z"), 11 (map +("($_)" => "!completer $_"), "a" .. "z"),
12 "(!)" => "!completer shout ", 12 "(!)" => "!completer shout ",
13 "(\")" => "!completer say ", 13 "(\")" => "!completer say ",
14 "(')" => "!completer", 14 "(')" => "!completer",
15 15
16 "LShift-tab" => "!toggle-messagewindow", 16 "LShift-tab" => "!toggle-messagewindow",
29 29
30 "," => "take", 30 "," => "take",
31 "space" => "apply", 31 "space" => "apply",
32 "[+]" => "rotateshoottype +", 32 "[+]" => "rotateshoottype +",
33 "[-]" => "rotateshoottype -", 33 "[-]" => "rotateshoottype -",
34 "LAlt-s" => "ready_skill find traps",
35 "LAlt-d" => "ready_skill disarm traps",
36 "LAlt-p" => "ready_skill praying",
34); 37);
35 38
36# allowed modifiers 39# allowed modifiers
37our %MODIFIER = ( 40our %MODIFIER = (
38 "LShift" => CFPlus::KMOD_LSHIFT, 41 "LShift" => CFPlus::KMOD_LSHIFT,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines