commit
71a3f00479
1 changed files with 1 additions and 1 deletions
|
@ -1103,7 +1103,7 @@ weechat.directive('inputBar', function() {
|
||||||
// Alt+A -> switch to buffer with activity
|
// Alt+A -> switch to buffer with activity
|
||||||
if ($event.altKey && (code === 97 || code === 65)) {
|
if ($event.altKey && (code === 97 || code === 65)) {
|
||||||
$event.preventDefault();
|
$event.preventDefault();
|
||||||
$scope.switchToActivityBuffer();
|
$rootScope.switchToActivityBuffer();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue