mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #1686 - Align a keybinding definition with the others
This commit is contained in:
parent
94187c71cf
commit
4faa760967
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ exports.menuitems = [
|
|||
},
|
||||
key: {
|
||||
id: "browserToolbox",
|
||||
modifiers: "accel,alt,shift",
|
||||
modifiers: isMac ? "accel,alt" : "accel,shift",
|
||||
keytext: true
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue