Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Switch from the shortcut.js to the jquery.hotkeys.js library. #48

Merged
merged 1 commit into from
Mar 14, 2013

Conversation

Sigill
Copy link

@Sigill Sigill commented Mar 14, 2013

The original shortcut.js library has trouble handling special keys.
For example, if a shortcut for 't' is defined, pressing F5 will
trigger it because the keycode for F5 is equal to the charcode for
't' (116).

See for example branch throw_shortcuts_shortcut.js in git://github.com/Sigill/selfoss.git.

Switching to the jquery.hotkeys.js seemed to me a better option than patching the shortcut.js library.

The original shortcut.js library has trouble handling special keys.
For example, if a shortcut for 't' is defined, pressing F5 will
trigger it because the keycode for F5 is equal to the charcode for
't' (116).
SSilence added a commit that referenced this pull request Mar 14, 2013
Switch from the shortcut.js to the jquery.hotkeys.js library.
@SSilence SSilence merged commit a9bca12 into fossar:master Mar 14, 2013
@SSilence
Copy link
Member

Thanks a lot for the pull request. I also planed to switch to jquery hotkeys because the used library is old and there exists no support.

@jtojnar
Copy link
Member

jtojnar commented Nov 7, 2020

Hi @Sigill. Previously, it was not clear if selfoss was licensed under GPL 3 only, or also any later version. Could you clarify whether you are fine with licensing your contributions here and in other PRs under GPL-3-or-later?

Thanks again and sorry for the confusion.

@Sigill
Copy link
Author

Sigill commented Nov 7, 2020

I agree with licensing my contributions to selfoss under GPL-3-or-later.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants