brookhong / Surfingkeys

Map your keys for web surfing, expand your browser with javascript and keyboard.
https://chrome.google.com/webstore/detail/surfingkeys/gfbliohnnapiefjpjlpjnehglfpaknnc
MIT License
5.29k stars 476 forks source link

Doesn't work: Jump tab with feedkeys and then close tabs to the right with feedkeys #2141

Open edshamis opened 1 month ago

edshamis commented 1 month ago
    Normal.feedkeys("g0");
    Normal.feedkeys("gx$");

It jumps but closes tabs to the right of original tab (the one before the jump) not the new one as expected Aby ideas why?