From e9633bf721b766e6cdbde8bfffa89094b6ab8383 Mon Sep 17 00:00:00 2001 From: Jeremy Mahieu Date: Tue, 28 Apr 2020 22:30:50 +0200 Subject: [PATCH] Edit comment for shift-tab --- js/inputbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/inputbar.js b/js/inputbar.js index 56fdc37..b72d541 100644 --- a/js/inputbar.js +++ b/js/inputbar.js @@ -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');