--- deliantra/Deliantra-Client/DC/MapWidget.pm 2006/12/23 08:07:56 1.99 +++ deliantra/Deliantra-Client/DC/MapWidget.pm 2007/01/02 14:45:22 1.100 @@ -359,6 +359,9 @@ $::CONN->user_send ("rotateshoottype +"); } elsif (($sym == CFPlus::SDLK_KP_MINUS && !$mod) || $uni == ord "-") { $::CONN->user_send ("rotateshoottype -"); + } elsif ($uni == ord '!') { + $self->{completer}->set_prefix ("shout "); + $self->{completer}->show; } elsif ($uni == ord '"') { $self->{completer}->set_prefix ("$::CFG->{say_command} "); $self->{completer}->show;