Added more available keys for link hints (fijkr)

This commit is contained in:
2022-11-14 22:37:05 +01:00
parent 20c37754ce
commit e58fe3f7fe

View File

@@ -2456,7 +2456,7 @@ function map(targets, callback, reverse, stack) {
return [];
}
var scrollTop = window.scrollY, scrollLeft = window.scrollX;
var keys = 'dsawgvcxlohnmzbptuy'.split(''), container = document.createElement('div'), observer = document.createElement('input'), table = {};
var keys = 'abcdfghijklmnoprstuvwxyz'.split(''), container = document.createElement('div'), observer = document.createElement('input'), table = {};
observer.style.cssText = [
'position: fixed;',
'width: 0px;',