From e0e4c8f0c756e7e4c2c4c7e873c93befc9aa7c92 Mon Sep 17 00:00:00 2001 From: Brice Shatzer Date: Sun, 2 Aug 2015 18:43:51 -0500 Subject: [PATCH 1/2] Readme link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee3276..79a630b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #About **jQuery Hotkeys** is a plug-in that lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. -This plugin is based off of the plugin by Tzury Bar Yochay: [jQuery.hotkeys](http://github.com/tzuryby/hotkeys) +It is based on a library [Shortcut.js](http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js) written by [Binny V A](http://www.openjs.com/). The syntax is as follows: From 643450c118bb041025b8c68e22c490b69e646f09 Mon Sep 17 00:00:00 2001 From: Brice Shatzer Date: Sun, 2 Aug 2015 18:44:37 -0500 Subject: [PATCH 2/2] Restoring proper attribution to script masthead --- jquery.hotkeys.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/jquery.hotkeys.js b/jquery.hotkeys.js index 37ec63d..88f3c4c 100644 --- a/jquery.hotkeys.js +++ b/jquery.hotkeys.js @@ -1,11 +1,10 @@ /* * jQuery Hotkeys Plugin - * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. - * - * Based upon the plugin by Tzury Bar Yochay: - * http://github.com/tzuryby/hotkeys - * + * + * jQuery plugin by Tzury Bar Yochay + * http://github.com/tzuryby/jquery.hotkeys + * * Original idea by: * Binny V A, http://www.openjs.com/scripts/events/keyboard_shortcuts/ */