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.11 by root, Sun Sep 2 08:31:53 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",
27 "return" => "!activate-chat", 27 "return" => "!activate-chat",
28 "." => "!repeat-command", 28 "." => "!repeat-command",
29 29
30 "," => "take", 30 "," => "take",
31 "space" => "apply", 31 "space" => "apply",
32 "enter" => "examine",
32 "[+]" => "rotateshoottype +", 33 "[+]" => "rotateshoottype +",
33 "[-]" => "rotateshoottype -", 34 "[-]" => "rotateshoottype -",
35 "LAlt-s" => "ready_skill find traps",
36 "LAlt-d" => "ready_skill disarm traps",
37 "LAlt-p" => "ready_skill praying",
34); 38);
35 39
36# allowed modifiers 40# allowed modifiers
37our %MODIFIER = ( 41our %MODIFIER = (
38 "LShift" => CFPlus::KMOD_LSHIFT, 42 "LShift" => CFPlus::KMOD_LSHIFT,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines