sVim icon indicating copy to clipboard operation
sVim copied to clipboard

unbindAll removes gmail shortcuts

Open davibe opened this issue 5 years ago • 3 comments

I suspect this happens on other websites as well but i noticed that using unbindAll and then binding just the things i need also removes many shortcut keys i am used to when using gmail.

For example gi should bring back to inbox, shift+d should delete the open message, x to select, etc..

davibe avatar Dec 04 '18 10:12 davibe

https://github.com/flipxfx/sVim/blob/master/sVim.safariextension/sVimTab.js#L419

are you sure about this ? you're calling the function right away instead of registering it as event handler?

davibe avatar Dec 04 '18 13:12 davibe

calling the function right away return the function to be registered.

luchenyuxx avatar Dec 04 '18 13:12 luchenyuxx

allright, i missed it

davibe avatar Dec 05 '18 08:12 davibe