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 in safari. #2192

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

GM_registerMenuCommand keypress not working in safari. #2192

kalobkalob opened this issue Oct 6, 2024 · 0 comments

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant