[PR #26] [MERGED] Updates keynav.js to preserve browser forward/back functions. #33

Closed
opened 2026-06-06 22:29:12 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Frumph/comic-easel/pull/26
Author: @Lunderberg
Created: 2/24/2018
Status: Merged
Merged: 3/7/2018
Merged by: @JN-Squire

Base: masterHead: master


📝 Commits (1)

  • 6e62d68 Updates keynav.js to preserve browser forward/back functions.

📊 Changes

1 file changed (+15 additions, -3 deletions)

View changed files

📝 js/keynav.js (+15 -3)

📄 Description

Currently, use of keynav.js breaks the browser shortcuts Alt+Left Arrow and Alt+Right Arrow to going to the previous and next page in the browser. This change tracks the state of the Alt key in order to preserve these shortcuts.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Frumph/comic-easel/pull/26 **Author:** [@Lunderberg](https://github.com/Lunderberg) **Created:** 2/24/2018 **Status:** ✅ Merged **Merged:** 3/7/2018 **Merged by:** [@JN-Squire](https://github.com/JN-Squire) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6e62d68`](https://github.com/Frumph/comic-easel/commit/6e62d68ec907e1c6d473c0c4c52f5d27fa3cd50d) Updates keynav.js to preserve browser forward/back functions. ### 📊 Changes **1 file changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `js/keynav.js` (+15 -3) </details> ### 📄 Description Currently, use of keynav.js breaks the browser shortcuts Alt+Left Arrow and Alt+Right Arrow to going to the previous and next page in the browser. This change tracks the state of the Alt key in order to preserve these shortcuts. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:29:12 -04:00
yindo closed this issue 2026-06-06 22:29:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Frumph/comic-easel#33