Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

GM_registerMenuCommand keypress not working #2192

Open
kalobkalob opened this issue Oct 6, 2024 · 2 comments
Open

GM_registerMenuCommand keypress not working #2192

kalobkalob opened this issue Oct 6, 2024 · 2 comments
Labels
Milestone

Comments

@kalobkalob
Copy link

(Please fill out the issue template with your details)

Expected Behavior

Menu Item is made.
Opening menu and pressing hotkey activates code.

Actual Behavior

Menu Item is made.
Menu hotkey input is ignored.

Specifications

Safari 18.0.1
TM 5.3.6210
Mac OS 15.0.1

Script

// ==UserScript==
// @name         test
// @namespace    http://tampermonkey.net/
// @version      1
// @description  test.
// @author       You
// @match        https://*.fanfiction.net/*
// @icon         https://www.google.com/s2/favicons?domain=fanfiction.net

// @grant        GM_registerMenuCommand
@Owyn
Copy link

Owyn commented Oct 20, 2024

same with Firefox, no hotkeys work at all currently

FF: 131.0.3
TM: v5.3.1

Perhaps the latest fix for hotkeys in frames broke it?

@derjanb derjanb changed the title GM_registerMenuCommand keypress not working in safari. GM_registerMenuCommand keypress not working Oct 20, 2024
@derjanb derjanb added the bug label Oct 20, 2024
@derjanb derjanb added this to the 5.3 milestone Oct 20, 2024
@derjanb
Copy link
Member

derjanb commented Oct 20, 2024

Perhaps the latest fix for hotkeys in frames broke it?

No, this was broken when working on a fix for #2113

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

No branches or pull requests

3 participants