Edit comment for shift-tab

This commit is contained in:
Jeremy Mahieu 2020-04-28 22:30:50 +02:00
parent b47a6576ac
commit e9633bf721

View File

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