-
Notifications
You must be signed in to change notification settings - Fork 2
/
chrome.vcl
executable file
·41 lines (37 loc) · 1.24 KB
/
chrome.vcl
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
# Voice commands for chrome
# chrome.vcl
include Unimacro.vch;
include keys.vch;
<n> := 0..9;
zoom (in=plus | out=minus) [<n>] =
When($2, Repeat($2, {Ctrl+$1} Wait(100)), Repeat(1, {Ctrl+$1} Wait(100)));
save = {Ctrl+s};
new tab = {Ctrl+t};
last = {Ctrl+T};
new window = {Ctrl+n};
next <n> = Repeat($1, {Ctrl+tab});
previous <n> = Repeat($1, {Ctrl+Shift+tab});
switch tab <n> = {Ctrl + $1};
private = {Alt+e} Wait(10){i};
close = {Ctrl+w};
bookmark = {Ctrl+d};
tools = {Alt+e};
reload={f5};
back page={backspace};
(Copy={Ctrl+c} | Paste={Ctrl+v} | Go="") (Address|URL) = {Alt+d} Wait(20) $1;
# Vimium
text box = gi;
show links = f;
#address copy = y Wait(10){y};
#address go = {Alt+d};
copy links = yf;
clear cash = {ctrl+shift+del};
# save [file] = {Ctrl+s}
# save [file] as = a-f, a
# save [file] as <text> = a-f, a/20") + Text("%(text)s
# find <text> = {Ctrl+f}/20") + Text("%(text)s\n
# },
# Add torrent for download on web UI
#<local_remote> := (local="192.168.1.194:8112" | remote="");
#add deluge torrent <local_remote> = <Ctrl+t> Wait(1000) $1 Wait(100) "siemens{enter}";
#add deluge torrent = <Ctrl+t>; #/Wait(1000) $1 Wait(100) "siemens{enter}";