Try to go to /admin/themes/default/js/bundle/product and open form.js
and edit line 947 to
/** create keyboard event for save & go preview */ jwerty.key('ctrl+T', function(e) { e.preventDefault(); var productFooter = $('.product-footer .preview'); send(productFooter.attr('data-redirect'), productFooter.attr('target')); });
so T instead V. Think it needs change to some other file so that ctrl+T would work. AS for me it opens blank
page but will check that some other time. At least you can use ctrl+V for paste. Try it out