--- deliantra/Deliantra-Client/DC/MapWidget.pm 2006/06/18 17:13:11 1.63 +++ deliantra/Deliantra-Client/DC/MapWidget.pm 2006/06/18 17:23:35 1.64 @@ -40,7 +40,7 @@ . "Typing the initial letters of words (or just any letters) displays guesses " . "for commands you might want to use.\n" . "You can use the cursor-up and cursor-down keys to select between those guesses.\n" - . "Right-Click opens a menu where you cna select further options, sich as redefining keybindings.", + . "Right-Click opens a menu where you cna select further options, sich as redefining key bindings.", ; $self @@ -197,7 +197,7 @@ $::BIND_EDITOR->set_binding (undef, undef, [], sub { my ($mod, $sym, $cmds) = @_; - $::CFG->{bindings}->{$mod}->{$sym} = $cmds; + $::CFG->{profile}{default}{bindings}{$mod}{$sym} = $cmds; }); $::BIND_EDITOR->start; $::BIND_EDITOR->show; @@ -205,7 +205,7 @@ $::BIND_EDITOR->stop; $::BIND_EDITOR->ask_for_bind_and_commit; $::BIND_EDITOR->hide; - } elsif (my $bind_cmd = $::CFG->{bindings}->{$mod}->{$sym}) { + } elsif (my $bind_cmd = $::CFG->{profile}{default}{bindings}{$mod}{$sym}) { $::CONN->user_send ($_) for @$bind_cmd; } elsif ((ord 'a') <= $uni && $uni <= (ord 'z')) { $self->{completer}->key_down ($ev);