Skip to content

Commit df244ec

Browse files
committed
feat: add keyboard shortcuts for LinKU extension in README and manifest
1 parent e6a9ce4 commit df244ec

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929

3030
![image](https://github.com/user-attachments/assets/86e3cc34-4aac-4d04-8ce9-053afa0232d8)
3131

32+
### 키보드 단축키
33+
34+
LinKU 확장 프로그램을 빠르게 열 수 있는 단축키:
35+
36+
- **Windows/Linux**: `Ctrl + Shift + L`
37+
- **Mac**: `Command + Shift + L`
38+
39+
> [!tip]
40+
> 단축키는 `chrome://extensions/shortcuts`에서 사용자 정의할 수 있습니다.
41+
3242
## Skills
3343

3444
- Chrome extension

public/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,14 @@
2222
"<all_urls>",
2323
"*://ecampus.konkuk.ac.kr/*",
2424
"https://www.google-analytics.com/*"
25-
]
25+
],
26+
"commands": {
27+
"_execute_action": {
28+
"suggested_key": {
29+
"default": "Ctrl+Shift+L",
30+
"mac": "Command+Shift+L"
31+
},
32+
"description": "Open LinKU extension"
33+
}
34+
}
2635
}

0 commit comments

Comments
 (0)