This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Explicitly set mac osx command to see if it fix shortcut on mac os
pull/342/head
Guillaume Vincent
7 years ago
parent
876f4b68bf
commit
9ac800b087
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
extension/manifest.json
+ 2
- 1
extension/manifest.json
View File
@@ -10,7 +10,8 @@
"commands": {
"commands": {
"_execute_browser_action": {
"_execute_browser_action": {
"suggested_key": {
"suggested_key": {
"default": "Ctrl+Shift+L"
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
}
}
},
},
Write
Preview
Loading…
Cancel
Save