Commands example is working on Mac
See original GitHub issueThe extension tries to register Command-Shift-U and if that is pressed, print something to the console. Doesn’t work for me on MacOS 10.13.2, Firefox 57.0.3.
To reproduce it I am doing web-ext run --verbose
in the commands
directory after git-clone and a cd into it.
- Yes I’m aware that it is Cmd-Shift-U on the Mac not Ctrl-Shift-U.
- I’ve tried other key combos, and watched the extension reload in via terminal output, but its still not working
- I can confirm that other extensions like bookmarkit (also in this repo) work fine
- I can confirm that also isnt working in FirefoxDeveloperEdition 58.0b13 and Firefox Nightly 59.0a1 (2017-12-29)
I note that https://support.mozilla.org/en-US/questions/1178120 had the same problem, but noted it went away when they got a new machine. At least they circled back with an update - so rare these days 😦
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Execute commands and run tools in Terminal on Mac
Terminate commands · In the Terminal app on your Mac, click the Terminal window that is running the command you want to terminate....
Read more >How to use the Terminal command line in macOS - MacPaw
The Terminal app is in the Utilities folder in Applications. To open it, either open your Applications folder, then open Utilities and double- ......
Read more >The Mac Terminal Commands Cheat Sheet - MakeUseOf
The Mac Terminal Commands Cheat Sheet ; Ctrl + C · Kill whatever you're running ; Ctrl + D · Exit the current...
Read more >16 Terminal Commands That Every Mac User Should Know
Use Terminal to Execute Commands · Use Flags to Modify Commands · Change Directory: cd · List Files & Folders: ls · Copy:...
Read more >How to use the command line on Mac - YouTube
This tutorial will teach you how to to run commands from the command line on mac.Check out DevMountain's website: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
-> https://github.com/mdn/webextensions-examples/pull/332#pullrequestreview-86430173
Thanks for filing. It may have been a waste of your time, but it wasn’t time wasted, since I think the example is better this way 😃.
Ah now, time spend programming while not pairing has the potential to waste my time (take longer than if paired)! Filing bugs is never a waste:)