From f8641c17c313213372a56517da52eb4edd924282 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sat, 18 Feb 2012 15:01:22 -0500 Subject: [PATCH] Get rid of home keyboard shortcut --- snipt/media/cache/snipt.js | 3 --- snipt/media/js/src/modules/site.js | 3 --- snipt/templates/base.html | 4 ---- 3 files changed, 10 deletions(-) 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