diff --git a/snipt/media/cache/snipt.js b/snipt/media/cache/snipt.js index 736ab97..3f46bd8 100644 --- a/snipt/media/cache/snipt.js +++ b/snipt/media/cache/snipt.js @@ -992,9 +992,6 @@ jQuery(function($) { $document.bind('keydown', 'h', function(e) { $el.trigger('showKeyboardShortcuts'); }); - $document.bind('keydown', 'Shift+h', function(e) { - window.location = '/'; - }); $document.bind('keydown', 't', function(e) { window.open('', '_blank'); }); diff --git a/snipt/media/js/src/modules/site.js b/snipt/media/js/src/modules/site.js index 9f37408..9cba95d 100644 --- a/snipt/media/js/src/modules/site.js +++ b/snipt/media/js/src/modules/site.js @@ -61,9 +61,6 @@ $document.bind('keydown', 'h', function(e) { $el.trigger('showKeyboardShortcuts'); }); - $document.bind('keydown', 'Shift+h', function(e) { - window.location = '/'; - }); $document.bind('keydown', 't', function(e) { window.open('', '_blank'); }); diff --git a/snipt/templates/base.html b/snipt/templates/base.html index 55feab6..8f70c72 100644 --- a/snipt/templates/base.html +++ b/snipt/templates/base.html @@ -179,10 +179,6 @@ <ctrl-l> Forward - - H - Go home - t Open new window/tab