Edit comment for shift-tab

codeql
Jeremy Mahieu 5 years ago
parent b47a6576ac
commit e9633bf721
  1. 2
      js/inputbar.js

@ -472,7 +472,7 @@ weechat.directive('inputBar', function() {
return true; return true;
} }
// Tab -> nick completion // Shitft-Tab -> nick completion backward (only commands)
if (code === 9 && !$event.altKey && !$event.ctrlKey && $event.shiftKey) { if (code === 9 && !$event.altKey && !$event.ctrlKey && $event.shiftKey) {
$event.preventDefault(); $event.preventDefault();
$scope.completeCommand('backward'); $scope.completeCommand('backward');

Loading…
Cancel
Save