Skip to content

Commit 0a32d2a

Browse files
committed
Add gmail shortcut list for reference
1 parent c0a1d05 commit 0a32d2a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

chrome/src/options/options.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ body, * {
1010
box-sizing: border-box;
1111
}
1212

13+
a {
14+
color: #059;
15+
}
16+
1317
.wrapper {
1418
width: 540px;
1519
margin: auto;

chrome/src/options/options.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"Shortcut" : {
88
"description": "Triggers view button on the mail view.",
99
"val": "shift + 71",
10-
"hint": "Press shortcut in the input field."
10+
"hint": "Press shortcut in the input field. See <a href="proxy.php?url=https%3A%2F%2Fsupport.google.com%2Fmail%2Fanswer%2F6594">Gmail shortcuts</a> to avoid collision."
1111
},
1212
"BackgroundShortcut" : {
1313
"description": "Triggers iew button on the mail view, opens the link in the background.",
1414
"val": "shift + 66",
15-
"hint": "Press shortcut in the input field."
15+
"hint": "Press shortcut in the input field. See <a href="proxy.php?url=https%3A%2F%2Fsupport.google.com%2Fmail%2Fanswer%2F6594">Gmail shortcuts</a> to avoid collision."
1616
},
1717
"MuteShortcut" : {
1818
"description": "Triggers mute button on the mail view.",
1919
"val": "shift + 72",
20-
"hint": "Press shortcut in the input field."
20+
"hint": "Press shortcut in the input field. See <a href="proxy.php?url=https%3A%2F%2Fsupport.google.com%2Fmail%2Fanswer%2F6594">Gmail shortcuts</a> to avoid collision."
2121
}
2222
}

0 commit comments

Comments
 (0)