소스 검색

Explicitly set mac osx command to see if it fix shortcut on mac os

pull/342/head
Guillaume Vincent 7 년 전
부모
커밋
9ac800b087
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      extension/manifest.json

+ 2
- 1
extension/manifest.json 파일 보기

@@ -10,7 +10,8 @@
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+L"
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
},


불러오는 중...
취소
저장