-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkeybinds.ahk
101 lines (101 loc) · 1.95 KB
/
keybinds.ahk
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
93
94
95
96
97
98
99
100
101
SetTitleMatchMode, RegEx
PgDn::End
End::PgDn
Pause::Send,{Insert}
^!c::Run, Calc.exe
^!n::Run, S:\System\blacknotepad.exe
^!a::Run, mspaint.exe
^!l::Run, explore S:\
^!+l::Run, explore D:\
^!+p::Run, control
^!m::Run, explore D:\Media
^!+d:: Send, https://discord.gg/rTnST57tuW
Hotstring("EndChars","`t")
::apiserver::https://discord.gg/m3SCJhs
::mcuh::much
::jsut::just
::tempalte::template
::Tempalte::Template
::eay::easy
::mroe::more
::yeha::yeah
::availble::available
::cna::can
::shoudl::should
::coudl::could
::ened::need
::soemthing::something
::nto::not
::missign::missing
::nad::and
::aobut::about
::unfortuantely::unfortunately
::apge::page
::supportign::supporting
::doign::doing
return
^!+x::
IfWinActive ahk_class MozillaWindowClass
{
Send, !e
return
}
IfWinNotExist ahk_class MozillaWindowClass
return
ControlSend,ahk_parent, !e
return
#a: ; source: https://superuser.com/questions/1125149/how-to-clear-all-windows-10-action-center-notifications-with-keyboard
Send #a
Sleep, 500
if WinActive("ahk_exe Shellexperiencehost.exe")
{
Send +{Tab}+{Tab} {Space} {Esc}
}
return
#IfWinActive Discord
^+q:: Send, <^v>
^!+f::
Loop, Parse, Clipboard, `n, `r
{
Send, %A_LoopField%
Send, {Enter}
Sleep, 500
}
return
#IfWinActive Wiki .* Mozilla Firefox
^s::Send !+s
^e::Send !+e
^p::Send !+p
^q::Send !+u
!+c::Send !+1 ; for view page values hotkey
#IfWinActive Firefox
!]::Send ^{PgDn}
![::Send ^{PgUp}
^k::Send ^l
^1::
IfWinActive ahk_class MozillaWindowClass
ControlSend,ahk_parent, {Ctrl down}{Shift down}2{Shift up}{Ctrl up}
^d::return
+^Q::Return
#IfWinActive Notepad++
^l::Send !LL{Up}{Enter}
^p::Send !LN{up}{Up}{Enter}
^j::Send !LJ{down}{Enter}
!]::Send ^{PgDn}
![::Send ^{PgUp}
#IfWinActive Visual Studio Code
!]::Send ^{PgDn}
![::Send ^{PgUp}
^T::
Send, ^+P
Send, {BackSpace}
#IfWinActive Replace Special
^Z::return
#IfWinActive Excel
+Space::return
#IfWinActive AutoWikiBrowser
^X::^I
#IfWinActive .*ST.*
!]::Send ^{PgDn}
![::Send ^{PgUp}
#IfWinActive