-
Notifications
You must be signed in to change notification settings - Fork 3
/
hot_keys-shortcuts.css
92 lines (91 loc) · 1.69 KB
/
hot_keys-shortcuts.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[hotkeys="true"] .task:after{
position: absolute;
right: 6px;
bottom: 6px;
font-size: 11px;
text-transform: uppercase;
color: #828282;
text-align: center;
width: 10px;
}
[hotkeys="true"] .task-num-1:after {
content:'q';
}
[hotkeys="true"] .task-num-2:after {
content:'w';
}
[hotkeys="true"] .task-num-3:after {
content:'e';
}
[hotkeys="true"] .task-num-4:after {
content:'r';
}
[hotkeys="true"] .task-num-5:after {
content:'t';
}
[hotkeys="true"] .task-num-6:after {
content:'y';
}
[hotkeys="true"] .task-num-7:after {
content:'u';
}
[hotkeys="true"] .task-num-8:after {
content:'i';
}
[hotkeys="true"] .task-num-9:after {
content:'o';
}
[hotkeys="true"] .task-num-10:after {
content:'p';
}
[hotkeys="true"] .task-num-11:after {
content:'[';
}
[hotkeys="true"] .task-num-12:after {
content:']';
}
[hotkeys="true"] .task-num-13:after {
content:'a';
}
[hotkeys="true"] .task-num-14:after {
content:'s';
}
[hotkeys="true"] .task-num-15:after {
content:'d';
}
[hotkeys="true"] .task-num-16:after {
content:'f';
}
[hotkeys="true"] .task-num-17:after {
content:'g';
}
[hotkeys="true"] .task-num-18:after {
content:'h';
}
[hotkeys="true"] .task-num-19:after {
content:'j';
}
[hotkeys="true"] .task-num-20:after {
content:'k';
}
[hotkeys="true"] .task-num-21:after {
content:'l';
}
[hotkeys="true"] .task-num-22:after {
content:';';
}
[hotkeys="true"] .task-num-23:after {
content:"'";
}
[hotkeys="true"] .task-num-24:after {
content:'z';
}
[hotkeys="true"] .task-num-25:after {
content:'x';
}
[hotkeys="true"] .task-num-26:after {
content:'c';
}
[hotkeys="true"] .task-num-27:after {
content:'v';
}