|
|
@ -1118,7 +1118,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; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|