-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyoutube.talon
74 lines (53 loc) · 1.02 KB
/
youtube.talon
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
# Comments start with a # sign, and they must always be on their own line.
#
# This part, the context header, defines under which circumstances this file applies.
os: windows
os: linux
os: mac
app: Chrome
title: /youtube/
# Anything above this (single!) dash is part of the context header.
-
# Anything below the dash is part of the body.
# If there is no dash, then the body starts immediately.
# These define voice commands.
(faster|speed up):
key(shift->)
speed way up:
key(shift->:4)
(slower|slow down):
key(shift-<)
slow way down:
key(shift-<:4)
skip forward:
key(l)
skip back:
key(j)
previous video:
key(shift-p)
next video:
key(shift-n)
previous frame:
key(,)
next frame:
key(.)
previous chapter:
key(alt-left)
next chapter:
key(alt-right)
toggle captions:
key(c)
rotate text opacity:
key(o)
rotate window opacity:
key(w)
increase font size:
key(+)
decrease font size:
key(-)
full screen:
key(f)
theater mode:
key(t)
mini player:
key(i)