else if (e.key === 'l') {
            window.location.href = $(_CodidactKeyboard.selectedItem).find('.tools--item i.fa.fa-link').parent().attr("href");
        }
        else if (e.key === 'c') {
            const cl = $(_CodidactKeyboard.selectedItem).find('.js-add-comment');