mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
change shortcut to Ctrl+Shift+U for commands example (#264)
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
"commands.onCommand"
|
||||
],
|
||||
"name": "commands",
|
||||
"description": "Demonstrates using the commands API to set up a keyboard shortcut. The shortcut created is accessed using Ctrl+Shift+Y (Command+Shift+Y on a Mac)."
|
||||
"description": "Demonstrates using the commands API to set up a keyboard shortcut. The shortcut created is accessed using Ctrl+Shift+U (Command+Shift+U on a Mac)."
|
||||
},
|
||||
{
|
||||
"javascript_apis": [
|
||||
|
||||
Reference in New Issue
Block a user