fix code such as ```a::PgUp``` into ```a:: Send {PgUp}```
<br>
<hr>
meili skripti proovida parandada:
```ahk
SetKeyDelay, 30
#a::
KeyWait LWin
Clipboard:=""
Send, ^c
ClipWait
WinWait A
Send !{TAB}
WinWaitNotActive
Send ^+c{RIGHT}{DOWN}
Clipboard:=""
```
<hr>
Do i even need this? notepad++ has it by default but not brackets (ei saa ka kohe jargmist vist panna.. valikutes aind switch to recent.., phpstorm, dont know about sublime
make mouse side clicks in Explorer to move folder up/down directory tree instead of going back by history and
make scrollBtn + sideclicks (or actually backbar is better for that) to go back in history
<hr>
in editors remap mouse sidebuttons to switch to next/prev tab
<hr>
in windows bash enable pasteing with keyboard (currenctly only works with rightclick)
<hr>
tee capsiga liikumisele juurde ka home/end funkstioon, nt midagi alt+capsiga
<hr>
maybe replace sleeps after ctrl+c with `ClipWait`
<hr>
ahk failides teha asendus:
```
#IfWinActive ahk_group Chrome
;code
#IfWinActive
```
muuta selliseks:
```
#IfWinActive ahk_group Chrome
;code
#If
```
<hr>
panna keel ette: `#If (currentInputLang(67700745)) && WinActive("ahk_group Browsers")`