|
|
@ -409,6 +409,8 @@ weechat.directive('inputBar', function() { |
|
|
|
// Alt+J -> Jump to buffer
|
|
|
|
// Alt+J -> Jump to buffer
|
|
|
|
if ($event.altKey && (code === 106 || code === 74)) { |
|
|
|
if ($event.altKey && (code === 106 || code === 74)) { |
|
|
|
$event.preventDefault(); |
|
|
|
$event.preventDefault(); |
|
|
|
|
|
|
|
// reset search state and show jump keys
|
|
|
|
|
|
|
|
$scope.$parent.search = ''; |
|
|
|
$rootScope.showJumpKeys = true; |
|
|
|
$rootScope.showJumpKeys = true; |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|