We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cec07 commit 4984314Copy full SHA for 4984314
_posts/tools/2017-06-26-chrome_hot_key_usefull.md
@@ -0,0 +1,46 @@
1
+---
2
+layout: post
3
+title: chrome常用快捷键(linux)
4
+categories: tools
5
+tags: chrome
6
7
+
8
+* content
9
+{:toc}
10
11
+#chrome 常用快捷键(linux)
12
13
+## 标签页和窗口
14
15
+快捷键 | 操作
16
+--------|------
17
+Ctrl+n | 打开新窗口
18
+Ctrl+t | 代开新的标签页并跳转到新的
19
+Alt+Home| 在当前标签打开主页
20
+Alt+F4 | 关闭当前窗口
21
22
+## 功能快捷键
23
24
25
26
+Alt+f | 打开菜单
27
+Ctrl+Shift+b | 显示隐藏标签栏
28
+Ctrl+Shift+o | 标签管理页
29
+Shift+Esc | 任务管理器
30
+F6 | 在地址/书签/页面之间切换焦点
31
+Ctrl+Shift+Del | 打开“清除浏览数据”选项
32
33
+## 地址栏快捷键
34
35
36
37
+Ctrl+Enter| 输入网站名称并按下快捷键,为网站名称添加www. 和 .com
38
+Ctrl+l | 跳转到地址栏
39
+Ctrl+k | 从网站任意位置搜索(类似与Ctrl+l)
40
41
+## 网页快捷键
42
43
+| 快捷键 | 操作 |
44
+| :------------- | :------------- |
45
+| Ctrl+o | 打开文件 |
46
+| Ctrl+d | 保存书签 |
0 commit comments