-
-
Notifications
You must be signed in to change notification settings - Fork 526
Open
Description
What in my config is causing chrome to ignore any clicking from my mouse? It happens randomly and I just randomly won't be able to click anything but chrome is not frozen because I can use hints still and they function fine. When I refresh the page, everything works again then it will randomly happen again later
settings.smoothScroll = false;
settings.blacklistPattern = /.*ankiuser.*/i;
api.map('H', 'S');
api.map('L', 'D');
api.unmapAllExcept(['f', 'j', 'k', 'h', 'l', 'gi', 'H', 'L', 'yy', 'v', '/', 'n', 'gg', 'G']);
api.unmapAllExcept(['f', 'h', 'l', 'gi', 'H', 'L', 'yy', 'v', '/', 'n', 'gg', 'G'], /.*mail.google.com.*/i);
api.Hints.setCharacters('asfdghjkl');
api.Hints.style(`
font: bold 12px 'DejaVu Sans', 'DejaVu Sans Mono', 'DejaVu Serif', sans-serif;
color: #ffffff;
padding: 2px;
background: initial;
background-color: #000000;
border: none;
box-shadow: none
backdrop-filter: none;
text-shadow: none;
`);
settings.modeAfterYank = 'Normal'
Metadata
Metadata
Assignees
Labels
No labels